-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
Add support for multistage labels in FileBuilder #178
Comments
ENV, ARG, ENTRYPOINT, LABEL, USER, VOLUME. Also support for the new parameters on FROM, COPY.
I've compiled a pre-release - please have a go https://www.nuget.org/packages/Ductus.FluentDocker/2.8.8-beta.14 |
@macsux Please report back if it works or if you have any issues. |
|
Hmmm I'm unsure what you want here. What would this duplicate |
Because you can start |
Got'ya |
Allow assigning labels in
FileBuilder
for intermediate container images such asFROM someimage AS myImage
and allow referring to in
COPY
directive to generate Dockerfile equivalent ofThe text was updated successfully, but these errors were encountered: