We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f039a32 commit 7eecfc6Copy full SHA for 7eecfc6
templates/jlink/jlinked-app.yaml
@@ -199,7 +199,7 @@ objects:
199
dockerStrategy:
200
from:
201
kind: ImageStreamTag
202
- name: ubimicro:latest
+ name: ${APPNAME}-ubimicro:latest
203
output:
204
to:
205
@@ -215,4 +215,4 @@ objects:
215
imageChange:
216
217
218
- name: ubimicro:latest # ImageStreamTag for registry.access.redhat.com/ubi9/ubi-micro
+ name: ${APPNAME}-ubimicro:latest # ImageStreamTag for registry.access.redhat.com/ubi9/ubi-micro
0 commit comments