From 906db161de44c8707258f5cd5e4732f850fb8387 Mon Sep 17 00:00:00 2001 From: Alex Efros Date: Sat, 19 Sep 2020 22:02:50 +0300 Subject: [PATCH] build: link image to repo --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 5d927f1..9aabd89 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM alpine:3.12 +LABEL org.opencontainers.image.source="https://github.com/powerman/go-service-example" + WORKDIR /app HEALTHCHECK --interval=30s --timeout=5s \