Skip to content

Commit

Permalink
Correct stage name in comment
Browse files Browse the repository at this point in the history
Co-authored-by: Enrique Encalada <[email protected]>
Signed-off-by: Sascha Schwarze <[email protected]>
  • Loading branch information
SaschaSchwarze0 and qu1queee committed Nov 25, 2024
1 parent 22656fb commit 4b8ca1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-build-with-broken-final-stage/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ COPY --from=build /tmp/helloworld ./helloworld
ENTRYPOINT [ "./helloworld" ]
EXPOSE 8080

# the following stage is INTENTIONALLY broken, one can only have a successful run when specifying final as target stage
# the following stage is INTENTIONALLY broken, one can only have a successful run when specifying working-final as target stage
FROM scratch
RUN non-existing-command

0 comments on commit 4b8ca1f

Please sign in to comment.