@@ -75,21 +75,19 @@ See all the OpenShift objects that were created:
75
75
76
76
## Stage 3: Kick off builds
77
77
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:
79
79
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
82
82
3 . $APPNAME-multistage-buildconfig
83
83
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.
85
85
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.
88
87
89
88
## Stage 4: create deployment
90
89
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.
93
91
94
92
Create a deployment to see it work. E.g., in the Developer Perspective, select
95
93
"+Add", "Container Images", "Image stream tag from internal registry", ...,
0 commit comments