Skip to content

Commit 17af50a

Browse files
committed
measure.sh: match intermediate output name to Dockerfile
Signed-off-by: Jonathan Dowland <[email protected]>
1 parent bee0739 commit 17af50a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

measure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ${ENGINE} inspect -f '{{.Size}}' $OUTIMG
2727
# NOTE: we override most variables from .s2i/environment in the quickstart
2828
# sources below, in order to an uber-jar.
2929
BASEIMG=ubi9/openjdk-17:latest
30-
OUTIMG=out-s2i-image2
30+
OUTIMG=ubi9-jlinked-image # matches input in templates/jlink/Dockerfile
3131

3232
$S2I build --pull-policy never \
3333
-e S2I_ENABLE_JLINK=true \

0 commit comments

Comments
 (0)