Skip to content

Commit

Permalink
measure.sh: match intermediate output name to Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Dowland <[email protected]>
  • Loading branch information
jmtd committed Jan 18, 2024
1 parent bee0739 commit 17af50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion measure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ${ENGINE} inspect -f '{{.Size}}' $OUTIMG
# NOTE: we override most variables from .s2i/environment in the quickstart
# sources below, in order to an uber-jar.
BASEIMG=ubi9/openjdk-17:latest
OUTIMG=out-s2i-image2
OUTIMG=ubi9-jlinked-image # matches input in templates/jlink/Dockerfile

$S2I build --pull-policy never \
-e S2I_ENABLE_JLINK=true \
Expand Down

0 comments on commit 17af50a

Please sign in to comment.