Deploy docker images to GHCR instead of Docker Hub - #9143
Open
ThomasPerkins1123 wants to merge 1 commit into
Open
Deploy docker images to GHCR instead of Docker Hub#9143ThomasPerkins1123 wants to merge 1 commit into
ThomasPerkins1123 wants to merge 1 commit into
Conversation
ThomasPerkins1123
requested review from
a team,
kroening,
peterschrammel and
tautschnig
as code owners
July 30, 2026 08:30
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #9143 +/- ##
========================================
Coverage 80.83% 80.83%
========================================
Files 1715 1715
Lines 189989 189989
Branches 73 73
========================================
+ Hits 153576 153580 +4
+ Misses 36413 36409 -4 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We are sunsetting the CBMC images on Docker Hub, so release images are now
published to the GitHub Container Registry (GHCR) instead. Publishing uses the
built-in GITHUB_TOKEN, so no Docker Hub credentials are needed.
Changes
ghcr.io/diffblue/cbmc:, authenticating to ghcr.io via
GITHUB_TOKEN/github.actor and declaring packages: write. The
DOCKERHUB_ACCESS_DB_CI_CPROVER secret is no longer used.
run -it ghcr.io/diffblue/cbmc:.
After this PR is merged, switch to GHCR:
docker pull ghcr.io/diffblue/cbmc:<version># was: diffblue/cbmc:Pulling from Docker Hub will still work until 31 October 2026.