diff --git a/Dockerfile b/Dockerfile index 0d8d448c5..32b089a93 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM ubuntu:20.04 +LABEL org.opencontainers.image.source=https://github.com/drdrew42/renderer MAINTAINER drdrew42 WORKDIR /usr/app diff --git a/Dockerfile_with_OPL b/Dockerfile_with_OPL index fbaebb9ac..eb5847acb 100644 --- a/Dockerfile_with_OPL +++ b/Dockerfile_with_OPL @@ -1,4 +1,5 @@ FROM ubuntu:20.04 +LABEL org.opencontainers.image.source=https://github.com/drdrew42/renderer MAINTAINER drdrew42 WORKDIR /usr/app