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.
1 parent c540151 commit 5576f04Copy full SHA for 5576f04
templates/jlink/Dockerfile
@@ -2,7 +2,7 @@
2
3
#Stage-1: ubi9-jlinked-image is builder image + application + jlinked JVM
4
# install additional system dependencies (for ubi-micro) to /mnt/jrootfs
5
-FROM ubi9-jlinked-image AS ubi9-jlinked-image
+FROM quay.io/jdowland/jlink:ubi9-jlinked-image AS ubi9-jlinked-image
6
USER 0
7
RUN mkdir -p /mnt/jrootfs
8
RUN microdnf install --installroot /mnt/jrootfs --releasever 9 --setopt install_weak_deps=0 --nodocs -y \
0 commit comments