Skip to content

Commit 246f93c

Browse files
authored
Merge pull request #131 from bobcanthelpyou/label
Fix LABEL syntax in Docker build script
2 parents 8af51c9 + 7971adf commit 246f93c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/containerbuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ cat << EOF > $BUILDROOT/docker/Dockerfile
6767
FROM scratch
6868
ADD $KSNAME-docker.tar.xz /
6969
70-
LABEL org.label-schema.schema-version = "1.0" \\
70+
LABEL org.label-schema.schema-version="1.0" \\
7171
org.label-schema.name="CentOS Base Image" \\
7272
org.label-schema.vendor="CentOS" \\
7373
org.label-schema.license="GPLv2" \\

0 commit comments

Comments
 (0)