Auto-build docker image for nos3-64 and push to registry#21
Open
haisamido wants to merge 12 commits intonasa-itc:devfrom
Open
Auto-build docker image for nos3-64 and push to registry#21haisamido wants to merge 12 commits intonasa-itc:devfrom
haisamido wants to merge 12 commits intonasa-itc:devfrom
Conversation
Author
|
auto-builds of nos3-64 for both linux/amd64 and linux/arm64 are now successful and can be found here https://github.com/haisamido/nos3-64/pkgs/container/nos3-64 |
Added workflow_dispatch trigger for manual execution.
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.
Objective
To provide users and systems with a pre-built docker image, essentially akin to docker.io/ivvtc/nos3-64 but instead on
ghcr.io. This not the so-called pre-builtnos3-basewith pre-compiled code. This PR is a pre-cursor to thenos3-baseeffort.Auto-build & Auto-push docker image(s) via
Github ActionsGithub Actions auto-builds and pushes image the
nos3-64:devWorkflow output
https://github.com/haisamido/nos3-64/actions/runs/16221792877/job/45803867797
Docker pull afterwards
docker pull ghcr.io/haisamido/nos3-64:devManual and Local Build
make nos3-64-buildManual Push from Local Build
make nos3-64-push# but don't do thisTODOs:
IMAGE_USERNAMEon Makefile's line 11 to reflect the newIMAGE_USERNAME, and change any other relevant parameters.This PR closes #24