contrib/docker: publish the Docker image to ghcr.io - #6180
Open
SChakravorti21 wants to merge 4 commits into
Open
SChakravorti21 wants to merge 4 commits into
SChakravorti21 wants to merge 4 commits into
Conversation
Adds a section argument and COMDB2_DOCKER_IMAGE so the standalone checks can run against a prebuilt image, as the publish workflow needs. Signed-off-by: Shoumyo Chakravorti <schakravorti@bloomberg.net>
The standalone entrypoint served the databases named as arguments but exited silently when given none. Print usage and exit non-zero instead, and cover it in the smoke test. Signed-off-by: Shoumyo Chakravorti <schakravorti@bloomberg.net>
Adds a workflow that builds Dockerfile.dev for amd64 and arm64 and pushes a combined manifest to the GitHub Container Registry on pushes to main. Signed-off-by: Shoumyo Chakravorti <schakravorti@bloomberg.net>
roborivers
suggested changes
Aug 29, 2026
roborivers
left a comment
There was a problem hiding this comment.
Cbuild submission: Error ⚠.
Regression testing: Success ✓.
The first 10 failing tests are:
sc_resume_logicalsc_generated **quarantined**
ssl_san
consumer_non_atomic_default_consumer_generated **quarantined**
ssl_set_cmd
ssl_prefer
ssl_dbname
sc_downgrade [timeout] **quarantined**
reco-ddlk-sql [timeout] **quarantined**
SChakravorti21
marked this pull request as ready for review
September 16, 2026 17:21
SChakravorti21
force-pushed
the
ghcr
branch
2 times, most recently
from
September 22, 2026 16:38
49dc6e5 to
1ea2244
Compare
Per-architecture images were uploaded before their smoke tests, possibly allowing broken content to reach GHCR. Verification: actionlint all workflows; verified crane archives and digest-only local-registry publication. Signed-off-by: Shoumyo Chakravorti <schakravorti@bloomberg.net>
SChakravorti21
force-pushed
the
ghcr
branch
from
September 22, 2026 16:46
1ea2244 to
e2ccf64
Compare
roborivers
suggested changes
Sep 22, 2026
roborivers
left a comment
There was a problem hiding this comment.
Cbuild submission: Error ⚠.
Regression testing: Success ✓.
The first 10 failing tests are:
analyze_partial_index_off_generated [failed with core dumped] **quarantined**
analyze [failed with core dumped] **quarantined**
consumer_non_atomic_default_consumer_generated **quarantined**
sc_downgrade [timeout] **quarantined**
skipscan [timeout] **quarantined**
This branch has not been deployed
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.
Three changes:
ghcr). This does the following:a. Build the image for both
amd64andarm64.b. "Merge" the manifests so that a
docker pullcan choose the best image for the native architecture, and publish to ghcr.c. Verify that the published images pass
tests/contrib_docker.Tested the publish workflow from my fork: