File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 44Version 0.9.2 (UNRELEASED)
55--------------------------
66
7+ - Adds metadata labels to Dockerfile.
78- Fixes container image building on the arm64 architecture.
89
910Version 0.9.1 (2023-09-27)
Original file line number Diff line number Diff line change @@ -55,3 +55,15 @@ RUN pip check
5555# Set useful environment variables
5656ENV 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"
You can’t perform that action at this time.
0 commit comments