File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,6 +66,9 @@ package-zip: extract-licenses
6666build-docker-multiarch : require-version
6767 docker buildx build --sbom=true --provenance=true \
6868 $(if $(DOCKER_BUILD_PUSH ) ,--push) \
69+ --label org.opencontainers.image.revision=$(shell git rev-parse HEAD) \
70+ --label org.opencontainers.image.version=$(VERSION ) \
71+ --label org.opencontainers.image.created=$(shell date -u +% Y-% m-% dT% H:% M:% SZ) \
6972 -t gotify/server:latest \
7073 -t gotify/server:${VERSION} \
7174 -t gotify/server:$(shell echo $(VERSION ) | cut -d '.' -f -2) \
Original file line number Diff line number Diff line change @@ -54,6 +54,9 @@ RUN cd /src/gotify && \
5454
5555FROM debian:${DEBIAN}
5656
57+ LABEL org.opencontainers.image.documentation=https://gotify.net/
58+ LABEL org.opencontainers.image.source=https://github.com/gotify/server
59+
5760# Build-time configurables
5861ARG GOTIFY_SERVER_EXPOSE=80
5962ENV GOTIFY_SERVER_PORT=$GOTIFY_SERVER_EXPOSE
You can’t perform that action at this time.
0 commit comments