Skip to content

Commit 5576f04

Browse files
committed
Make suitable modifications to Dockerfile for 3-phase build template
Signed-off-by: Jayashree Huttanagoudar <[email protected]>
1 parent c540151 commit 5576f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/jlink/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#Stage-1: ubi9-jlinked-image is builder image + application + jlinked JVM
44
# install additional system dependencies (for ubi-micro) to /mnt/jrootfs
5-
FROM ubi9-jlinked-image AS ubi9-jlinked-image
5+
FROM quay.io/jdowland/jlink:ubi9-jlinked-image AS ubi9-jlinked-image
66
USER 0
77
RUN mkdir -p /mnt/jrootfs
88
RUN microdnf install --installroot /mnt/jrootfs --releasever 9 --setopt install_weak_deps=0 --nodocs -y \

0 commit comments

Comments
 (0)