Skip to content

Commit

Permalink
Merge pull request #96 from bavix/nightly
Browse files Browse the repository at this point in the history
add labels org.opencontainers.image.*
  • Loading branch information
rez1dent3 authored Dec 23, 2023
2 parents f6f4ab9 + 038abeb commit d24daf2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d24daf2

Please sign in to comment.