Compare commits
1
Commits
fff07c0640
..
dev
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
91f9e9184c
|
+3
-3
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user