Skip to content

Commit

Permalink
Add opencontainers labels
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman authored Feb 23, 2022
1 parent 1ea8fc0 commit 1779e94
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,13 @@
#

FROM fnndsc/ubuntu-python3:ubuntu20.04-python3.8.5
MAINTAINER fnndsc "[email protected]"

LABEL org.opencontainers.image.authors="FNNDSC <[email protected]>" \
org.opencontainers.image.title="ChRIS Ultron Backend" \
org.opencontainers.image.description="ChRIS backend" \
org.opencontainers.image.url="https://chrisproject.org/" \
org.opencontainers.image.source="https://github.com/FNNDSC/ChRIS_ultron_backEnd" \
org.opencontainers.image.licenses="MIT"

# Pass a UID on build command line (see above) to set internal UID
ARG UID=1001
Expand Down

0 comments on commit 1779e94

Please sign in to comment.