From 038abebcc98e38dc4364a42272cc3966ee4889a5 Mon Sep 17 00:00:00 2001 From: Maxim Babichev Date: Sat, 23 Dec 2023 10:00:57 +0300 Subject: [PATCH] add labels org.opencontainers.image.* --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 661eda53..0a8353a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,10 @@ ARG BUILD_ARG_GO_VERSION=1.21 ARG BUILD_ARG_ALPINE_VERSION=3.19 FROM golang:${BUILD_ARG_GO_VERSION}-alpine${BUILD_ARG_ALPINE_VERSION} AS builder +LABEL org.opencontainers.image.source=https://github.com/bavix/gripmock +LABEL org.opencontainers.image.description="gRPC Mock Server" +LABEL org.opencontainers.image.licenses=Apache-2.0 + ARG buildRelease # install tools (git, protobuf, protoc-gen-go, protoc-grn-go-grpc)