File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/__snapshots__/INCLUDE Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ ENV SPACED_KEY="parsed"
8585# DOCKERFILE-X:END file="./inc/custom-envs.env" includedBy="issue3.dockerfile" includeType="include"
8686# include custom args from external file
8787# DOCKERFILE-X:START file="./inc/custom-labels.env" includedBy="issue3.dockerfile" includeType="include"
88- LABEL orgopencontainersimagesource ="https://github.com/example/repo"
89- LABEL orgopencontainersimagerevision ="0123456789"
88+ LABEL org.opencontainers.image.source ="https://github.com/example/repo"
89+ LABEL org.opencontainers.image.revision ="0123456789"
9090# DOCKERFILE-X:END file="./inc/custom-labels.env" includedBy="issue3.dockerfile" includeType="include"
9191ENTRYPOINT [ "/bin/sh" , "-c" , "env" ]
You can’t perform that action at this time.
0 commit comments