We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22656fb commit 4b8ca1fCopy full SHA for 4b8ca1f
docker-build-with-broken-final-stage/Dockerfile
@@ -14,6 +14,6 @@ COPY --from=build /tmp/helloworld ./helloworld
14
ENTRYPOINT [ "./helloworld" ]
15
EXPOSE 8080
16
17
-# 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
18
FROM scratch
19
RUN non-existing-command
0 commit comments