add label to docker image to autolink to repo
Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
This commit is contained in:
parent
e1ce46d09c
commit
339bfa6ba6
|
|
@ -43,6 +43,8 @@ RUN rm -rf docker
|
||||||
######################
|
######################
|
||||||
FROM debian:10-slim
|
FROM debian:10-slim
|
||||||
|
|
||||||
|
LABEL org.opencontainers.image.source https://github.com/democratic-csi/democratic-csi
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
ARG TARGETPLATFORM
|
ARG TARGETPLATFORM
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue