From 151977259c31bdc9910e509a9b4c1d747b999bb9 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Thu, 3 Nov 2022 12:54:52 +0100 Subject: [PATCH] Revert "Upgrade CI image to Ubuntu Jammy" This reverts commit 05c997802bc06c220f2a6a2fcc43f940af3bee6d. It seems we need to update our docker infrastructure on the host first before upgrading to Ubuntu Jammy. --- ci/images/README.adoc | 2 +- ci/images/ci-image/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/images/README.adoc b/ci/images/README.adoc index 92fa3c2ec5..6da9addd9c 100644 --- a/ci/images/README.adoc +++ b/ci/images/README.adoc @@ -11,7 +11,7 @@ $ docker build --no-cache -f /Dockerfile . For example ---- -$ docker build --no-cache -f ci-image/Dockerfile . +$ docker build --no-cache -f spring-framework-ci-image/Dockerfile . ---- To test run: diff --git a/ci/images/ci-image/Dockerfile b/ci/images/ci-image/Dockerfile index 3e63d530c8..cfb4fcb479 100644 --- a/ci/images/ci-image/Dockerfile +++ b/ci/images/ci-image/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:jammy-20221020 +FROM ubuntu:focal-20220922 ADD setup.sh /setup.sh ADD get-jdk-url.sh /get-jdk-url.sh