Skip to content

Commit

Permalink
Dockerfiles: Remove extra "url" and "description" labels
Browse files Browse the repository at this point in the history
The VCS_URL is sufficient to find out all information.
  • Loading branch information
jcfr committed Mar 27, 2018
1 parent d87427c commit b95a2f2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions slicer-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,6 @@ ARG IMAGE
ARG VCS_REF
ARG VCS_URL
LABEL org.label-schema.name=$IMAGE \
org.label-schema.description="Base image for slicer/slicer-builds-deps and slicer/slicer-build" \
org.label-schema.url="http://www.slicer.org" \
org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.vcs-url=$VCS_URL \
org.label-schema.schema-version="1.0" \
Expand Down
2 changes: 0 additions & 2 deletions slicer-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ ARG VCS_REF
ARG VCS_URL
LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.name=$IMAGE \
org.label-schema.description="An image containing a Slicer build tree along with all the dependencies to build Slicer" \
org.label-schema.url="http://www.slicer.org" \
org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.vcs-url=$VCS_URL \
org.label-schema.schema-version="1.0" \
Expand Down
2 changes: 0 additions & 2 deletions slicer-dependencies/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ ARG VCS_REF
ARG VCS_URL
LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.name=$IMAGE \
org.label-schema.description="An image containing all the dependencies to build Slicer itself: ITK, VTK, CTK, Qt, etc." \
org.label-schema.url="http://www.slicer.org" \
org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.vcs-url=$VCS_URL \
org.label-schema.schema-version="1.0" \
Expand Down
2 changes: 0 additions & 2 deletions slicer-test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ ARG VCS_REF
ARG VCS_URL
LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.name=$IMAGE \
org.label-schema.description="The Slicer build tree with BUILD_TESTING enabled for testing Slicer itself." \
org.label-schema.url="http://www.slicer.org" \
org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.vcs-url=$VCS_URL \
org.label-schema.schema-version="1.0" \
Expand Down

0 comments on commit b95a2f2

Please sign in to comment.