Skip to content

How to add a "build stage" to a blue-build image? #20

Discussion options

You must be logged in to vote

I however don't understand what you mean by "separate" container, or how I would go about implementing it.

By a separate container, I mean that you would create a file such as auraos-software-builds.Containerfile in your repo, and use a new GitHub workflow to build it. (we have an 'example' here) Then you could just use the containerfile module to add COPY --from=ghcr.io/auraherreroruiz/auraos-software-builds /tmp/kupbuilt/whatever /whatever to your main build.

That should work, and is better if you want multiple images to share the same custom-built software, or want to build the software with a different schedule than your image.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@AuraHerreroRuiz
Comment options

@xynydev
Comment options

Answer selected by AuraHerreroRuiz
@AuraHerreroRuiz
Comment options

@gmpinder
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants