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

Dockerfile: de-duplicate args #229

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

thaJeztah
Copy link
Member

When extending a stage, the new stage is considered a
breakpoint, so

FROM foo AS one
ARG something

FROM one AS two
# ARG is present here as well

Signed-off-by: Sebastiaan van Stijn github@gone.nl

When extending a stage, the new stage is considered a
breakpoint, so

    FROM foo AS one
    ARG something

    FROM one AS two
    # ARG is present here as well

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztah
Copy link
Member Author

FWIW; mostly opening this out of curiosity if it works (I wasn't a huge fan of this feature, as it may be confusing 😉)

@codecov-commenter
Copy link

codecov-commenter commented Aug 20, 2022

Codecov Report

Merging #229 (1ecc554) into master (acd90ea) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #229   +/-   ##
=======================================
  Coverage   51.13%   51.13%           
=======================================
  Files           9        9           
  Lines         659      659           
=======================================
  Hits          337      337           
  Misses        286      286           
  Partials       36       36           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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 this pull request may close these issues.

None yet

2 participants