File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change 1
1
FROM maven:3.6-jdk-8-alpine
2
2
MAINTAINER Stian Soiland-Reyes <
[email protected] >
3
3
4
- # Build-time metadata as defined at http ://label-schema.org
4
+ # Build-time metadata as defined at https ://github.com/opencontainers/image-spec/blob/main/annotations.md
5
5
ARG BUILD_DATE
6
6
ARG VCS_REF
7
7
ARG VERSION
8
- LABEL org.label-schema.build-date=$BUILD_DATE \
9
- org.label-schema.name="CWL Viewer" \
10
- org.label-schema.description="Viewer of Common Workflow Language" \
11
- org.label-schema.url="https://view.commonwl.org/" \
12
- org.label-schema.vcs-ref=$VCS_REF \
13
- org.label-schema.vcs-url="https://github.com/common-workflow-language/cwlviewer" \
14
- org.label-schema.vendor="Common Workflow Language project" \
15
- org.label-schema.version=$VERSION \
16
- org.label-schema.schema-version="1.0"
17
-
8
+ LABEL org.opencontainers.image.created=$BUILD_DATE \
9
+ org.opencontainers.image.title="CWL Viewer" \
10
+ org.opencontainers.image.description="Viewer of Common Workflow Language" \
11
+ org.opencontainers.image.url="https://view.commonwl.org/" \
12
+ org.opencontainers.image.revision=$VCS_REF \
13
+ org.opencontainers.image.source="https://github.com/common-workflow-language/cwlviewer" \
14
+ org.opencontainers.image.vendor="Common Workflow Language project" \
15
+ org.opencontainers.image.version=$VERSION
18
16
19
17
RUN apk add --update \
20
18
graphviz \
You can’t perform that action at this time.
0 commit comments