Skip to content

Commit 1519772

Browse files
committed
Revert "Upgrade CI image to Ubuntu Jammy"
This reverts commit 05c9978. It seems we need to update our docker infrastructure on the host first before upgrading to Ubuntu Jammy.
1 parent a94b0e5 commit 1519772

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/images/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $ docker build --no-cache -f <image-folder>/Dockerfile .
1111
For example
1212

1313
----
14-
$ docker build --no-cache -f ci-image/Dockerfile .
14+
$ docker build --no-cache -f spring-framework-ci-image/Dockerfile .
1515
----
1616

1717
To test run:

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-20221020
1+
FROM ubuntu:focal-20220922
22

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

0 commit comments

Comments
 (0)