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 bee0739 commit 17af50aCopy full SHA for 17af50a
measure.sh
@@ -27,7 +27,7 @@ ${ENGINE} inspect -f '{{.Size}}' $OUTIMG
27
# NOTE: we override most variables from .s2i/environment in the quickstart
28
# sources below, in order to an uber-jar.
29
BASEIMG=ubi9/openjdk-17:latest
30
-OUTIMG=out-s2i-image2
+OUTIMG=ubi9-jlinked-image # matches input in templates/jlink/Dockerfile
31
32
$S2I build --pull-policy never \
33
-e S2I_ENABLE_JLINK=true \
0 commit comments