From 573aec7d3a569ca8d832042a7dc611b9654370e5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 20 Apr 2023 14:22:04 +0200 Subject: [PATCH 1/5] Upgrade CI to Docker 23.0.4 Closes gh-35075 --- ci/images/get-docker-url.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/images/get-docker-url.sh b/ci/images/get-docker-url.sh index 1461fe814c..547adf2f50 100755 --- a/ci/images/get-docker-url.sh +++ b/ci/images/get-docker-url.sh @@ -1,5 +1,5 @@ #!/bin/bash set -e -version="23.0.3" +version="23.0.4" echo "https://download.docker.com/linux/static/stable/x86_64/docker-$version.tgz"; From 59ac9295facd37896a8222a85a5e36711b8f4394 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 20 Apr 2023 14:24:32 +0200 Subject: [PATCH 2/5] Upgrade Java 8 version in CI image and .sdkmanrc Closes gh-35074 --- .sdkmanrc | 2 +- ci/images/get-jdk-url.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.sdkmanrc b/.sdkmanrc index 67983ac1f8..efa0e43ec4 100644 --- a/.sdkmanrc +++ b/.sdkmanrc @@ -1,3 +1,3 @@ # Enable auto-env through the sdkman_auto_env config # Add key=value pairs of SDKs to use below -java=8.0.362-librca +java=8.0.372-librca diff --git a/ci/images/get-jdk-url.sh b/ci/images/get-jdk-url.sh index 60b50def35..d78c882535 100755 --- a/ci/images/get-jdk-url.sh +++ b/ci/images/get-jdk-url.sh @@ -3,7 +3,7 @@ set -e case "$1" in java8) - echo "https://github.com/bell-sw/Liberica/releases/download/8u362+9/bellsoft-jdk8u362+9-linux-amd64.tar.gz" + echo "https://github.com/bell-sw/Liberica/releases/download/8u372+7/bellsoft-jdk8u372+7-linux-amd64.tar.gz" ;; java11) echo "https://github.com/bell-sw/Liberica/releases/download/11.0.18+10/bellsoft-jdk11.0.18+10-linux-amd64.tar.gz" From 8195700c968f92929a80edc4965178419e7292b0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 20 Apr 2023 14:25:56 +0200 Subject: [PATCH 3/5] Upgrade Java 11 version in CI image Closes gh-35076 --- ci/images/get-jdk-url.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/images/get-jdk-url.sh b/ci/images/get-jdk-url.sh index d78c882535..a488ea31b5 100755 --- a/ci/images/get-jdk-url.sh +++ b/ci/images/get-jdk-url.sh @@ -6,7 +6,7 @@ case "$1" in echo "https://github.com/bell-sw/Liberica/releases/download/8u372+7/bellsoft-jdk8u372+7-linux-amd64.tar.gz" ;; java11) - echo "https://github.com/bell-sw/Liberica/releases/download/11.0.18+10/bellsoft-jdk11.0.18+10-linux-amd64.tar.gz" + echo "https://github.com/bell-sw/Liberica/releases/download/11.0.19+7/bellsoft-jdk11.0.19+7-linux-amd64.tar.gz" ;; java17) echo "https://github.com/bell-sw/Liberica/releases/download/17.0.6+10/bellsoft-jdk17.0.6+10-linux-amd64.tar.gz" From b6705b7f45a0ebbff1ca6b0517aee0dc3ffbaae2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 20 Apr 2023 14:26:36 +0200 Subject: [PATCH 4/5] Upgrade Java 17 version in CI image Closes gh-35079 --- ci/images/get-jdk-url.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/images/get-jdk-url.sh b/ci/images/get-jdk-url.sh index a488ea31b5..3871e396be 100755 --- a/ci/images/get-jdk-url.sh +++ b/ci/images/get-jdk-url.sh @@ -9,7 +9,7 @@ case "$1" in echo "https://github.com/bell-sw/Liberica/releases/download/11.0.19+7/bellsoft-jdk11.0.19+7-linux-amd64.tar.gz" ;; java17) - echo "https://github.com/bell-sw/Liberica/releases/download/17.0.6+10/bellsoft-jdk17.0.6+10-linux-amd64.tar.gz" + echo "https://github.com/bell-sw/Liberica/releases/download/17.0.7+7/bellsoft-jdk17.0.7+7-linux-amd64.tar.gz" ;; java20) echo "https://github.com/bell-sw/Liberica/releases/download/20+37/bellsoft-jdk20+37-linux-amd64.tar.gz" From 81ade5d3b579c89c87e6c2d0d0f7b5ec7ed702bd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 20 Apr 2023 14:27:39 +0200 Subject: [PATCH 5/5] Upgrade Java 20 version in CI image Closes gh-35073 --- ci/images/get-jdk-url.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/images/get-jdk-url.sh b/ci/images/get-jdk-url.sh index 3871e396be..0c030b4437 100755 --- a/ci/images/get-jdk-url.sh +++ b/ci/images/get-jdk-url.sh @@ -12,7 +12,7 @@ case "$1" in echo "https://github.com/bell-sw/Liberica/releases/download/17.0.7+7/bellsoft-jdk17.0.7+7-linux-amd64.tar.gz" ;; java20) - echo "https://github.com/bell-sw/Liberica/releases/download/20+37/bellsoft-jdk20+37-linux-amd64.tar.gz" + echo "https://github.com/bell-sw/Liberica/releases/download/20.0.1+10/bellsoft-jdk20.0.1+10-linux-amd64.tar.gz" ;; *) echo $"Unknown java version"