From ffda0b95edf9eedff51cd78491cd53a37d496ba4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 17 Mar 2022 07:53:42 +0100 Subject: [PATCH 1/6] Upgrade Java 18 version in CI image Closes gh-30262 --- 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 8cb154a4247..e46f958725c 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/adoptium/temurin17-binaries/releases/download/jdk-17.0.2%2B8/OpenJDK17U-jdk_x64_linux_hotspot_17.0.2_8.tar.gz" ;; java18) - echo "https://github.com/adoptium/temurin18-binaries/releases/download/jdk18-2022-02-15-13-13-beta/OpenJDK18-jdk_x64_linux_hotspot_2022-02-15-13-13.tar.gz" + echo "https://github.com/adoptium/temurin18-binaries/releases/download/jdk18-2022-03-10-06-10-beta/OpenJDK18-jdk_x64_linux_hotspot_2022-03-10-06-10.tar.gz" ;; *) echo $"Unknown java version" From 531c4af9ebd78dacb246df485d613db33179ff3f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 17 Mar 2022 07:54:30 +0100 Subject: [PATCH 2/6] Upgrade CI to Docker 20.10.13 Closes gh-30264 --- 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 63a09f3dea2..de0e6326126 100755 --- a/ci/images/get-docker-url.sh +++ b/ci/images/get-docker-url.sh @@ -1,5 +1,5 @@ #!/bin/bash set -e -version="20.10.12" +version="20.10.13" echo "https://download.docker.com/linux/static/stable/x86_64/docker-$version.tgz"; From 092e25d2325d8e893c0f07d62067e5ad3fdaad22 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 17 Mar 2022 07:55:29 +0100 Subject: [PATCH 3/6] Upgrade Java 18 version in CI image Closes gh-30260 --- 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 8cb154a4247..e46f958725c 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/adoptium/temurin17-binaries/releases/download/jdk-17.0.2%2B8/OpenJDK17U-jdk_x64_linux_hotspot_17.0.2_8.tar.gz" ;; java18) - echo "https://github.com/adoptium/temurin18-binaries/releases/download/jdk18-2022-02-15-13-13-beta/OpenJDK18-jdk_x64_linux_hotspot_2022-02-15-13-13.tar.gz" + echo "https://github.com/adoptium/temurin18-binaries/releases/download/jdk18-2022-03-10-06-10-beta/OpenJDK18-jdk_x64_linux_hotspot_2022-03-10-06-10.tar.gz" ;; *) echo $"Unknown java version" From f79b2f4d88e548b9b26e3a685da069c1c9a7746a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 17 Mar 2022 07:56:03 +0100 Subject: [PATCH 4/6] Upgrade CI to Docker 20.10.13 Closes gh-30259 --- 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 63a09f3dea2..de0e6326126 100755 --- a/ci/images/get-docker-url.sh +++ b/ci/images/get-docker-url.sh @@ -1,5 +1,5 @@ #!/bin/bash set -e -version="20.10.12" +version="20.10.13" echo "https://download.docker.com/linux/static/stable/x86_64/docker-$version.tgz"; From 5932a395dbc3cebb8d2ea87de64ebdcdb05734c4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 17 Mar 2022 07:56:50 +0100 Subject: [PATCH 5/6] Upgrade Java 18 version in CI image Closes gh-30261 --- 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 8cb154a4247..e46f958725c 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/adoptium/temurin17-binaries/releases/download/jdk-17.0.2%2B8/OpenJDK17U-jdk_x64_linux_hotspot_17.0.2_8.tar.gz" ;; java18) - echo "https://github.com/adoptium/temurin18-binaries/releases/download/jdk18-2022-02-15-13-13-beta/OpenJDK18-jdk_x64_linux_hotspot_2022-02-15-13-13.tar.gz" + echo "https://github.com/adoptium/temurin18-binaries/releases/download/jdk18-2022-03-10-06-10-beta/OpenJDK18-jdk_x64_linux_hotspot_2022-03-10-06-10.tar.gz" ;; *) echo $"Unknown java version" From 87f4ed13a71af5918d8d4677569cec4a5cf1b4e8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 17 Mar 2022 07:57:15 +0100 Subject: [PATCH 6/6] Upgrade CI to Docker 20.10.13 Closes gh-30263 --- 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 63a09f3dea2..de0e6326126 100755 --- a/ci/images/get-docker-url.sh +++ b/ci/images/get-docker-url.sh @@ -1,5 +1,5 @@ #!/bin/bash set -e -version="20.10.12" +version="20.10.13" echo "https://download.docker.com/linux/static/stable/x86_64/docker-$version.tgz";