diff --git a/Dockerfile b/Dockerfile index 53420a54..ce64f79d 100755 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,13 @@ # FROM fnndsc/ubuntu-python3:ubuntu20.04-python3.8.5 -MAINTAINER fnndsc "dev@babymri.org" + +LABEL org.opencontainers.image.authors="FNNDSC " \ + 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