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 7e16de1 + 0b86528 commit 132b5d8Copy full SHA for 132b5d8
templates/jlink/jlinked-app.yaml
@@ -71,7 +71,6 @@ objects:
71
FROM -
72
RUN if [ ! -f "/opt/jboss/container/java/jlink/preflight.sh" ]; then echo "jlink scripts doesn't exist" 2>&1; exit 1; fi
73
USER 0
74
- RUN microdnf --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install -y java-${JDK_VERSION}-openjdk-jmods
75
RUN mkdir -p /mnt/jrootfs
76
RUN microdnf install --installroot /mnt/jrootfs --releasever 9 --setopt install_weak_deps=0 --nodocs -y \
77
--config=/etc/dnf/dnf.conf \
0 commit comments