Skip to content

Commit cfaca99

Browse files
committed
docker: add metadata labels
1 parent 96a99e3 commit cfaca99

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Changes
44
Version 0.9.2 (UNRELEASED)
55
--------------------------
66

7+
- Adds metadata labels to Dockerfile.
78
- Fixes container image building on the arm64 architecture.
89

910
Version 0.9.1 (2023-09-27)

Dockerfile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,15 @@ RUN pip check
5555
# Set useful environment variables
5656
ENV PYTHONPATH=/workdir \
5757
TERM=xterm
58+
59+
# Set image labels
60+
LABEL org.opencontainers.image.authors="team@reanahub.io"
61+
LABEL org.opencontainers.image.created="2023-12-12"
62+
LABEL org.opencontainers.image.description="REANA reproducible analysis platform - CWL workflow engine component"
63+
LABEL org.opencontainers.image.documentation="https://reana-workflow-engine-cwl.readthedocs.io/"
64+
LABEL org.opencontainers.image.licenses="MIT"
65+
LABEL org.opencontainers.image.source="https://github.com/reanahub/reana-workflow-engine-cwl"
66+
LABEL org.opencontainers.image.title="reana-workflow-engine-cwl"
67+
LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-workflow-engine-cwl"
68+
LABEL org.opencontainers.image.vendor="reanahub"
69+
LABEL org.opencontainers.image.version="0.9.2"

0 commit comments

Comments
 (0)