add label to docker image to autolink to repo

Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
This commit is contained in:
Travis Glenn Hansen 2021-09-01 22:15:51 -06:00
parent e1ce46d09c
commit 339bfa6ba6
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@ RUN rm -rf docker
######################
FROM debian:10-slim
LABEL org.opencontainers.image.source https://github.com/democratic-csi/democratic-csi
ENV DEBIAN_FRONTEND=noninteractive
ARG TARGETPLATFORM