From 25277a44f9c0fe64ee4f16929a6bff81731d0516 Mon Sep 17 00:00:00 2001 From: Henry Agnew Date: Tue, 20 Apr 2021 20:41:26 -0700 Subject: [PATCH] Added OCI source labelling --- Dockerfile | 1 + Dockerfile_with_OPL | 1 + 2 files changed, 2 insertions(+) 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