File tree Expand file tree Collapse file tree 5 files changed +8
-9
lines changed
Expand file tree Collapse file tree 5 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1- FROM ubuntu:jammy-20230816
1+ FROM ubuntu:jammy-20231004
22
33ADD setup.sh /setup.sh
44ADD get-jdk-url.sh /get-jdk-url.sh
Original file line number Diff line number Diff line change 11#! /bin/bash
22set -e
33
4- version=" 24.0.4 "
4+ version=" 24.0.7 "
55echo " https://download.docker.com/linux/static/stable/x86_64/docker-$version .tgz" ;
Original file line number Diff line number Diff line change 33
44case " $1 " in
55 java17)
6- echo " https://download.bell-sw.com/java/17.0.8.1+1/bellsoft-jdk17.0.8.1+1-linux-amd64.tar.gz"
7- ;;
6+ echo " https://github.com/bell-sw/Liberica/releases/download/17.0.9+11/bellsoft-jdk17.0.9+11-linux-amd64.tar.gz"
87 java21)
9- echo " https://download.java.net/java/early_access/jdk21/25/GPL/openjdk-21-ea+25_linux-x64_bin .tar.gz"
10- ;;
8+ echo " https://github.com/bell-sw/Liberica/releases/download/21.0.1+12/bellsoft-jdk21.0.1+12-linux-amd64 .tar.gz"
9+ ;;
1110 * )
1211 echo $" Unknown java version"
1312 exit 1
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ resource_types:
2525 source :
2626 << : *registry-image-resource-source
2727 repository : concourse/registry-image-resource
28- tag : 1.7.1
28+ tag : 1.9.0
2929- name : artifactory-resource
3030 type : registry-image
3131 source :
@@ -37,7 +37,7 @@ resource_types:
3737 source :
3838 << : *registry-image-resource-source
3939 repository : concourse/github-release-resource
40- tag : 1.8 .0
40+ tag : 1.9 .0
4141
4242resources :
4343- name : git-repo
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ image_resource:
44 type : registry-image
55 source :
66 repository : springio/concourse-release-scripts
7- tag : ' 0.3.4 '
7+ tag : ' 0.4.0 '
88 username : ((docker-hub-username))
99 password : ((docker-hub-password))
1010inputs :
You can’t perform that action at this time.
0 commit comments