Skip to content

Commit 2a79452

Browse files
committed
chore: test missing dots in included labels
1 parent 7cd9931 commit 2a79452

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/__snapshots__/INCLUDE/include_envvars.expected.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"
9191
ENTRYPOINT [ "/bin/sh", "-c", "env" ]

0 commit comments

Comments
 (0)