-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1ea8fc0
commit 1779e94
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|