From b34b50ffa00fd008242f004d86b3144010c2c997 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Vav=C5=99=C3=ADk?= Date: Tue, 5 Oct 2021 16:14:55 +0200 Subject: [PATCH] added src label --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index d51e2e0..b8f0fb1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,6 @@ FROM alpine/git:v2.26.2 +LABEL org.opencontainers.image.source=https://github.com/ysoftdevs/git-yq + RUN wget https://github.com/mikefarah/yq/releases/download/v4.13.3/yq_linux_amd64.tar.gz -O - |\ tar xz && mv yq_linux_amd64 /usr/bin/yq