@@ -75,21 +75,19 @@ See all the OpenShift objects that were created:
7575
7676## Stage 3: Kick off builds
7777
78- There will be three BuildConfigs, called something like
78+ Instantiating the template will cause 3 separate BuildConfigs to be created and will automatically start their builds in sequence:
7979
80- 1 . $APPNAME-jlink-builder-jdk-21
81- 2 . $APPNAME-jlink-s2i-jdk-21
80+ 1 . $APPNAME-jlink-builder-jdk-$JDK_VERSION
81+ 2 . $APPNAME-jlink-s2i-jdk-$JDK_VERSION
82823 . $APPNAME-multistage-buildconfig
8383
84- Where $APPNAME is the parameter initially passed to the template.
84+ Where $APPNAME and $JDK_VERSION are the paremeters initially passed to the template.
8585
86- Start a build for (1). Once complete, builds for (2) and (3) should be
87- automatically triggered in sequence.
86+ A build will automatically start for (1). Once complete, builds for (2) and (3) should be automatically triggered in sequence.
8887
8988## Stage 4: create deployment
9089
91- The ImageStreamTag ` $APPNAME-lightweight-image:latest ` will be populated with the new
92- application container image.
90+ The ImageStreamTag ` $APPNAME-lightweight-image:latest ` will be populated with the new application container image.
9391
9492Create a deployment to see it work. E.g., in the Developer Perspective, select
9593"+Add", "Container Images", "Image stream tag from internal registry", ...,
0 commit comments