Browse Source

Merge branch '5.3.x'

pull/28922/head
Stephane Nicoll 2 years ago
parent
commit
6c81ac9454
  1. 2
      ci/images/ci-image/Dockerfile
  2. 4
      ci/images/get-jdk-url.sh

2
ci/images/ci-image/Dockerfile

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
FROM ubuntu:focal-20220531
FROM ubuntu:focal-20220801
ADD setup.sh /setup.sh
ADD get-jdk-url.sh /get-jdk-url.sh

4
ci/images/get-jdk-url.sh

@ -3,10 +3,10 @@ set -e @@ -3,10 +3,10 @@ set -e
case "$1" in
java17)
echo "https://github.com/bell-sw/Liberica/releases/download/17.0.3.1+2/bellsoft-jdk17.0.3.1+2-linux-amd64.tar.gz"
echo "https://github.com/bell-sw/Liberica/releases/download/17.0.4+8/bellsoft-jdk17.0.4+8-linux-amd64.tar.gz"
;;
java18)
echo "https://github.com/bell-sw/Liberica/releases/download/18.0.1.1+2/bellsoft-jdk18.0.1.1+2-linux-amd64.tar.gz"
echo "https://github.com/bell-sw/Liberica/releases/download/18.0.2+10/bellsoft-jdk18.0.2+10-linux-amd64.tar.gz"
;;
*)
echo $"Unknown java version"

Loading…
Cancel
Save