We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f70a22 + 479ecad commit 9139fa2Copy full SHA for 9139fa2
templates/jlink/jlinked-app.yaml
@@ -51,6 +51,7 @@ objects:
51
source:
52
dockerfile: |
53
FROM -
54
+ RUN if [ ! -f "/opt/jboss/container/java/jlink/preflight.sh" ]; then echo "jlink scripts doesn't exist" 2>&1; exit 1; fi
55
USER 0
56
RUN microdnf --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install -y java-${JDK_VERSION}-openjdk-jmods
57
RUN mkdir -p /mnt/jrootfs
0 commit comments