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
2
2
3
3
ADD setup.sh /setup.sh
4
4
ADD get-jdk-url.sh /get-jdk-url.sh
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
set -e
3
3
4
- version=" 24.0.4 "
4
+ version=" 24.0.7 "
5
5
echo " https://download.docker.com/linux/static/stable/x86_64/docker-$version .tgz" ;
Original file line number Diff line number Diff line change 3
3
4
4
case " $1 " in
5
5
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"
8
7
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
+ ;;
11
10
* )
12
11
echo $" Unknown java version"
13
12
exit 1
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ resource_types:
25
25
source :
26
26
<< : *registry-image-resource-source
27
27
repository : concourse/registry-image-resource
28
- tag : 1.7.1
28
+ tag : 1.9.0
29
29
- name : artifactory-resource
30
30
type : registry-image
31
31
source :
@@ -37,7 +37,7 @@ resource_types:
37
37
source :
38
38
<< : *registry-image-resource-source
39
39
repository : concourse/github-release-resource
40
- tag : 1.8 .0
40
+ tag : 1.9 .0
41
41
42
42
resources :
43
43
- name : git-repo
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ image_resource:
4
4
type : registry-image
5
5
source :
6
6
repository : springio/concourse-release-scripts
7
- tag : ' 0.3.4 '
7
+ tag : ' 0.4.0 '
8
8
username : ((docker-hub-username))
9
9
password : ((docker-hub-password))
10
10
inputs :
You can’t perform that action at this time.
0 commit comments