You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/Docker-ITK-v4.8.0_USE_SYSTEM_LIBRARIES-OFF/Dockerfile
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,3 +36,16 @@ RUN git clone git://itk.org/ITK.git && \
36
36
../ITK && \
37
37
ninja install && \
38
38
rm -rf ITK ITK-build
39
+
40
+
# Build-time metadata as defined at http://label-schema.org
41
+
ARG BUILD_DATE
42
+
ARG IMAGE
43
+
ARG VCS_REF
44
+
ARG VCS_URL
45
+
LABEL org.label-schema.build-date=$BUILD_DATE \
46
+
org.label-schema.name=$IMAGE \
47
+
org.label-schema.description="An open-source CMake-based project that provides macros and associated tools for the easy building of 3D Slicer command line interface (CLI) modules." \
0 commit comments