Skip to content

Commit f36bae7

Browse files
authored
Merge pull request #488 from jhuttana/stage-1-hook
[OPENJDK-2898] Add hooks to trigger stage-1 build
2 parents b29d66b + 8a04730 commit f36bae7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

templates/jlink/jlinked-app.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ objects:
6666
to:
6767
kind: ImageStreamTag
6868
name: ubi9-openjdk-${JDK_VERSION}-jlink:latest
69+
triggers:
70+
- type: ConfigChange
71+
- type: ImageChange
72+
imageChange:
73+
from:
74+
kind: ImageStreamTag
75+
name: ubi9-openjdk-${JDK_VERSION}:1.18 # UBI9 OpenJDK ImageStreams with `jlink-dev` support
6976
##############################################################################
7077
# stage-2: Output ImageStream
7178
- apiVersion: image.openshift.io/v1

0 commit comments

Comments
 (0)