From 1779e944de80bf2854ee5c626d66d3a883445d9d Mon Sep 17 00:00:00 2001 From: Jennings Zhang Date: Wed, 23 Feb 2022 01:10:00 -0500 Subject: [PATCH] Add opencontainers labels --- Dockerfile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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