ORC-2206: Add publish_image.yml GitHub Action job to publish docker images#2689
Closed
dongjoon-hyun wants to merge 1 commit into
Closed
ORC-2206: Add publish_image.yml GitHub Action job to publish docker images#2689dongjoon-hyun wants to merge 1 commit into
publish_image.yml GitHub Action job to publish docker images#2689dongjoon-hyun wants to merge 1 commit into
Conversation
Member
Author
|
Merged to main |
Member
Author
|
For the record, this CI is currently failing. I filed an INFRA JIRA issue to finish the setup properly. |
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.
What changes were proposed in this pull request?
This PR aims to add a new GitHub Actions workflow,
publish_image.yml, to publish the docker test images under thedockerdirectory to Docker Hub asapache/orc-dev:<os>.workflow_dispatchwith a JSON list input of OSes to publish. By default, all seven OSes are published:amazonlinux23,debian13,oraclelinux10,oraclelinux9,ubi10,ubuntu24,ubuntu26.linux/amd64,linux/arm64) are built via QEMU and Docker Buildx with GitHub Actions cache.mainbranch and runs only on theapache/orcrepository.Why are the changes needed?
Apache ORC community provides pre-built docker images at https://hub.docker.com/r/apache/orc-dev/tags and uses them during testing. This workflow allows us to publish the images via GitHub Actions instead of building and pushing them manually.
How was this patch tested?
Manual review because this is a
workflow_dispatch-triggered workflow which runs only on theapache/orcrepository.Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Fable 5