File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
templates/jlink/jlink-builder Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -74,21 +74,21 @@ objects:
74
74
spec :
75
75
source :
76
76
type : Git
77
- git :
78
- uri : ${APPLICATION}
79
- ref : ${REF}
80
- contextDir : ${CONTEXT_DIR}
81
- strategy :
82
- sourceStrategy :
83
- from :
84
- kind : ImageStreamTag
85
- name : ubi9-openjdk-${JDK_VERSION}-jlink:latest # Output Imagestream for Stage 1
86
- pullPolicy : Always
87
- env :
88
- - name : S2I_ENABLE_JLINK
89
- value : true
90
- - name : LOGGING_SCRIPT_DEBUG
91
- value : true
77
+ git :
78
+ uri : ${APPLICATION}
79
+ ref : ${REF}
80
+ contextDir : ${CONTEXT_DIR}
81
+ strategy :
82
+ sourceStrategy :
83
+ from :
84
+ kind : ImageStreamTag
85
+ name : ubi9-openjdk-${JDK_VERSION}-jlink:latest # Output Imagestream for Stage 1
86
+ pullPolicy : Always
87
+ env :
88
+ - name : S2I_ENABLE_JLINK
89
+ value : " true"
90
+ - name : LOGGING_SCRIPT_DEBUG
91
+ value : " true"
92
92
output :
93
93
to :
94
94
kind : ImageStreamTag
You can’t perform that action at this time.
0 commit comments