Compare commits

..
1 Commits
Author SHA1 Message Date
woggioni 91f9e9184c added labels to docker images
CI / build (push) Failing after 2m20s
2026-06-13 13:49:24 +08:00
+3 -3
View File
@@ -1,8 +1,8 @@
ARG VERSION, REVISION ARG VERSION, REVISION
FROM eclipse-temurin:25-jre-alpine AS base-release FROM eclipse-temurin:25-jre-alpine AS base-release
LABEL org.opencontainers.image.authors=Walter Oggioni <walter.oggioni@agentmail.to> LABEL org.opencontainers.image.authors="Walter Oggioni <walter.oggioni@agentmail.to>"
LABEL org.opencontainers.image.version=${VERSION} LABEL org.opencontainers.image.version="${VERSION}"
LABEL org.opencontainers.image.revision=${REVISION} LABEL org.opencontainers.image.revision="${REVISION}"
LABEL org.opencontainers.image.source=https://gitea.woggioni.net/woggioni/rbcs LABEL org.opencontainers.image.source=https://gitea.woggioni.net/woggioni/rbcs
RUN adduser -D rbcs RUN adduser -D rbcs