contrib/docker: publish the Docker image to ghcr.io - #6180
Draft
SChakravorti21 wants to merge 3 commits into
Draft
contrib/docker: publish the Docker image to ghcr.io#6180SChakravorti21 wants to merge 3 commits into
SChakravorti21 wants to merge 3 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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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**
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.