Skip to content

Commit

Permalink
Merge pull request #488 from jhuttana/stage-1-hook
Browse files Browse the repository at this point in the history
[OPENJDK-2898] Add hooks to trigger stage-1 build
  • Loading branch information
jmtd authored Apr 29, 2024
2 parents b29d66b + 8a04730 commit f36bae7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions templates/jlink/jlinked-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@ objects:
to:
kind: ImageStreamTag
name: ubi9-openjdk-${JDK_VERSION}-jlink:latest
triggers:
- type: ConfigChange
- type: ImageChange
imageChange:
from:
kind: ImageStreamTag
name: ubi9-openjdk-${JDK_VERSION}:1.18 # UBI9 OpenJDK ImageStreams with `jlink-dev` support
##############################################################################
# stage-2: Output ImageStream
- apiVersion: image.openshift.io/v1
Expand Down

0 comments on commit f36bae7

Please sign in to comment.