Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #464 from jenkinsci/dduportal-patch-1
Browse files Browse the repository at this point in the history
chore(updatecli) add missing condition check for `jdk21-nanoserver-ltsc2019` image
  • Loading branch information
dduportal authored Dec 18, 2023
2 parents ca8009d + 0fbb97c commit 9e20564
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions updatecli/updatecli.d/docker-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,14 @@ conditions:
architecture: amd64
image: jenkins/agent
tag: '{{source "lastVersion" }}-jdk21-windowsservercore-ltsc2019'
checkJdk21Nanoserver2019DockerImage:
kind: dockerimage
name: Check if the container image "jenkins/agent:<lastVersion>-jdk21-nanoserver-ltsc2019" for windows/amd64 is available
disablesourceinput: true
spec:
architecture: amd64
image: jenkins/agent
tag: '{{source "lastVersion" }}-jdk21-nanoserver-ltsc2019'

targets:
setAlpineDockerImage:
Expand Down

0 comments on commit 9e20564

Please sign in to comment.