Skip to content

Commit 6a4fcb5

Browse files
committed
Update README to reflect new naming conventions and builds automatically triggering
1 parent 1281267 commit 6a4fcb5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

templates/jlink/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,19 +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. jlink-builder-jdk-17
81-
2. jlink-s2i-jdk-17
82-
3. multistage-buildconfig
80+
1. $APPNAME-jlink-builder-jdk-$JDK_VERSION
81+
2. $APPNAME-jlink-s2i-jdk-$JDK_VERSION
82+
3. $APPNAME-multistage-buildconfig
8383

84-
Start a build for (1). Once complete, builds for (2) and (3) should be
85-
automatically triggered in sequence.
84+
Where $APPNAME and $JDK_VERSION are the paremeters initially passed to the template.
85+
86+
A build will automatically start for (1). Once complete, builds for (2) and (3) should be automatically triggered in sequence.
8687

8788
## Stage 4: create deployment
8889

89-
The ImageStreamTag `lightweight-image:latest` will be populated with the new
90-
application container image.
90+
The ImageStreamTag `$APPNAME-lightweight-image:latest` will be populated with the new application container image.
9191

9292
Create a deployment to see it work. E.g., in the Developer Perspective, select
9393
"+Add", "Container Images", "Image stream tag from internal registry", ...,

0 commit comments

Comments
 (0)