From ba183348886323acb479f34170c9c2d82e91ab79 Mon Sep 17 00:00:00 2001 From: nixargh Date: Thu, 5 Sep 2024 08:47:32 +0300 Subject: [PATCH] CI: configure GitHub specific labels for image --- docker/prod/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker/prod/Dockerfile b/docker/prod/Dockerfile index 9938a167..8c84b0b8 100644 --- a/docker/prod/Dockerfile +++ b/docker/prod/Dockerfile @@ -3,7 +3,9 @@ ARG ALPINE_ARCH FROM golang:1.23.0-alpine as build-stage -LABEL org.opencontainers.image.source https://github.com/ostrovok-tech/sloth +LABEL org.opencontainers.image.source="https://github.com/ostrovok-tech/sloth" +LABEL org.opencontainers.image.description="Images of Sloth fork from https://github.com/ostrovok-tech/sloth" +LABEL org.opencontainers.image.licenses="Apache-2.0" # hadolint global ignore=DL3018 RUN apk --no-cache add g++ git make curl bash tree