File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ parameters:
12
12
name : JDK_VERSION
13
13
value : " 11"
14
14
required : true
15
+ - description : OpenJDK builder image version tag
16
+ name : BUILDER_IMAGE_TAG
17
+ value : " latest"
18
+ required : true
15
19
- description : Application to run the jlink workflow on
16
20
name : APP_URI
17
21
required : true
@@ -68,7 +72,7 @@ objects:
68
72
dockerStrategy :
69
73
from :
70
74
kind : ImageStreamTag
71
- name : ubi9-openjdk-${JDK_VERSION}:1.18 # Refer README.md to create this ImageStream
75
+ name : ubi9-openjdk-${JDK_VERSION}:${BUILDER_IMAGE_TAG} # Refer README.md to create this ImageStream
72
76
output :
73
77
to :
74
78
kind : ImageStreamTag
@@ -79,7 +83,7 @@ objects:
79
83
imageChange :
80
84
from :
81
85
kind : ImageStreamTag
82
- name : ubi9-openjdk-${JDK_VERSION}:1.18 # UBI9 OpenJDK ImageStreams with `jlink-dev` support
86
+ name : ubi9-openjdk-${JDK_VERSION}:${BUILDER_IMAGE_TAG}
83
87
# #############################################################################
84
88
# stage-2: Output ImageStream
85
89
- apiVersion : image.openshift.io/v1
You can’t perform that action at this time.
0 commit comments