This commit is contained in:
allard
2025-04-08 09:12:42 +02:00
parent 54c42acf29
commit 23b73cf7f1
4 changed files with 204 additions and 206 deletions

View File

@@ -1,11 +1,10 @@
FROM icr.io/appcafe/open-liberty:kernel-slim-java17-openj9-ubi
#FROM harbor-dev.alldcs.nl/allard/openliberty-java17
ARG VERSION=1.0
ARG REVISION=SNAPSHOT
LABEL \
org.opencontainers.image.authors="Your Name" \
org.opencontainers.image.authors="Allard Krings" \
org.opencontainers.image.vendor="IBM" \
org.opencontainers.image.url="local" \
org.opencontainers.image.source="https://github.com/OpenLiberty/guide-getting-started" \