Skip to content

Commit b21e91f

Browse files
committed
Upgrade CI infrastructure
This commit upgrades versions for our CI infrastructure: * Ubuntu OS * Docker * JDK 17
1 parent 45b0a2a commit b21e91f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ci/images/ci-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:jammy-20230126
1+
FROM ubuntu:jammy-20230308
22

33
ADD setup.sh /setup.sh
44
ADD get-jdk-url.sh /get-jdk-url.sh

ci/images/get-docker-url.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22
set -e
33

4-
version="20.10.18"
4+
version="23.0.4"
55
echo "https://download.docker.com/linux/static/stable/x86_64/docker-$version.tgz";

ci/images/get-jdk-url.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ set -e
33

44
case "$1" in
55
java17)
6-
echo "https://github.com/bell-sw/Liberica/releases/download/17.0.6+10/bellsoft-jdk17.0.6+10-linux-amd64.tar.gz"
6+
echo "https://github.com/bell-sw/Liberica/releases/download/17.0.7+7/bellsoft-jdk17.0.7+7-linux-amd64.tar.gz"
77
;;
8-
java19)
9-
echo "https://github.com/bell-sw/Liberica/releases/download/19.0.2+9/bellsoft-jdk19.0.2+9-linux-amd64.tar.gz"
8+
java20)
9+
echo "https://github.com/bell-sw/Liberica/releases/download/20.0.1+10/bellsoft-jdk20.0.1+10-linux-amd64.tar.gz"
1010
;;
1111
*)
1212
echo $"Unknown java version"

0 commit comments

Comments
 (0)