Skip to content

Commit 282ab30

Browse files
committed
chore: test missing hyphens in included labels
1 parent 49924d6 commit 282ab30

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

test/__snapshots__/INCLUDE/include_envvars.expected.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,6 @@ ENV SPACED_KEY="parsed"
8787
# DOCKERFILE-X:START file="./inc/custom-labels.env" includedBy="issue3.dockerfile" includeType="include"
8888
LABEL org.opencontainers.image.source="https://github.com/example/repo"
8989
LABEL org.opencontainers.image.revision="0123456789"
90+
LABEL org.label-schema.vcs-url="https://example.com/example/schema"
9091
# DOCKERFILE-X:END file="./inc/custom-labels.env" includedBy="issue3.dockerfile" includeType="include"
9192
ENTRYPOINT [ "/bin/sh", "-c", "env" ]
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
org.opencontainers.image.source="https://github.com/example/repo"
2-
org.opencontainers.image.revision=0123456789
2+
org.opencontainers.image.revision=0123456789
3+
org.label-schema.vcs-url="https://example.com/example/schema"

0 commit comments

Comments
 (0)