Replies: 1 comment 1 reply
-
That's not something it currently supports, but it would be a fairly simple addition to https://github.com/openshift/imagebuilder/, which we use as a library inside of |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With
buildah bud --target=layer0 .
I can build the first stage of a multistage containerfile. Is there a way to specify the first layer without me needing to name it, or without needing to know the name? Something likebuildah bud --target=0 .
?I am trying to create a kinda generic script that should be able to build the first stage of any containerfile.
Beta Was this translation helpful? Give feedback.
All reactions