Skip to content

Commit fccc2ef

Browse files
Update containerbuild.sh
1 parent 1c756ae commit fccc2ef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docker/containerbuild.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ FROM scratch
6969
ADD $KSNAME-docker.tar.xz /
7070
7171
LABEL \\
72+
org.label-schema.schema-version="1.0" \\
73+
org.label-schema.name="CentOS Base Image" \\
74+
org.label-schema.vendor="CentOS" \\
75+
org.label-schema.license="GPLv2" \\
76+
org.label-schema.build-date="$BUILDDATE" \\
7277
org.opencontainers.image.title="CentOS Base Image" \\
7378
org.opencontainers.image.vendor="CentOS" \\
7479
org.opencontainers.image.licenses="GPL-2.0-only" \\

0 commit comments

Comments
 (0)