From 272f247b55923543cd0e774dba00841fb112cccc Mon Sep 17 00:00:00 2001 From: ksurl Date: Mon, 18 Jan 2021 13:18:30 -0800 Subject: [PATCH] add image label for github repo --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 9506070..2589a5c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,8 @@ RUN go build -o ./app ./main.go FROM alpine:latest +LABEL org.opencontainers.image.source="https://github.com/akhilrex/podgrab" + ENV CONFIG=/config ENV DATA=/assets ENV UID=998