Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generic way to build the first stage #274

Closed
nalind opened this issue Jan 11, 2024 · 0 comments · Fixed by #275
Closed

Generic way to build the first stage #274

nalind opened this issue Jan 11, 2024 · 0 comments · Fixed by #275
Assignees

Comments

@nalind
Copy link
Member

nalind commented Jan 11, 2024

Discussed in containers/buildah#5263

Originally posted by vonbox January 11, 2024
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 like buildah bud --target=0 .?
I am trying to create a kinda generic script that should be able to build the first stage of any containerfile.

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

Successfully merging a pull request may close this issue.

1 participant