Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Add Publish OS Image github action #697

Closed
wants to merge 1 commit into from

Conversation

darkowlzz
Copy link
Contributor

@darkowlzz darkowlzz commented Sep 26, 2020

Publish OS Image action is a manually triggered action with parameters
GOARCH, WHAT, RELEASE, USER for building and publishing OS container
image.
It is a developer automation action for building and publishing OS
images easily.

NOTE: Must set CR_PAT and CR_HOST in the github repo secrets for
the image push to succeed.

Tested the action in a fork for building various images and publishing to
github container registry and manually verified that the published images
boot and are usable.
Refer:

Image build for alpine fails due to missing alpine.tar file. This can be
fixed in the makefile separately.
Opensuse image build fails because the base image for it isn't public and
can't be pulled, logs.
Works with correct RELEASE value, was using latest.

Publish OS Image action is a manually triggered action with parameters
GOARCH, WHAT, RELEASE, USER for building and publishing OS container
image.
It is a developer automation action for building and publishing OS
images easily.
@darkowlzz
Copy link
Contributor Author

Closing for #717

@darkowlzz darkowlzz closed this Oct 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant