File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ 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"
15
18
- description : A name for the application used to ensure created resources are uniquely named
16
19
name : APPNAME
17
20
required : true
@@ -71,7 +74,7 @@ objects:
71
74
dockerStrategy :
72
75
from :
73
76
kind : ImageStreamTag
74
- name : ubi9-openjdk-${JDK_VERSION}:1.18 # Refer README.md to create this ImageStream
77
+ name : ubi9-openjdk-${JDK_VERSION}:${BUILDER_IMAGE_TAG} # Refer README.md to create this ImageStream
75
78
output :
76
79
to :
77
80
kind : ImageStreamTag
@@ -82,7 +85,7 @@ objects:
82
85
imageChange :
83
86
from :
84
87
kind : ImageStreamTag
85
- name : ubi9-openjdk-${JDK_VERSION}:1.18 # UBI9 OpenJDK ImageStreams with `jlink-dev` support
88
+ name : ubi9-openjdk-${JDK_VERSION}:${BUILDER_IMAGE_TAG}
86
89
# #############################################################################
87
90
# stage-2: Output ImageStream
88
91
- apiVersion : image.openshift.io/v1
You can’t perform that action at this time.
0 commit comments