We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a94b0e5 commit 1519772Copy full SHA for 1519772
ci/images/README.adoc
@@ -11,7 +11,7 @@ $ docker build --no-cache -f <image-folder>/Dockerfile .
11
For example
12
13
----
14
-$ docker build --no-cache -f ci-image/Dockerfile .
+$ docker build --no-cache -f spring-framework-ci-image/Dockerfile .
15
16
17
To test run:
ci/images/ci-image/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ubuntu:jammy-20221020
+FROM ubuntu:focal-20220922
2
3
ADD setup.sh /setup.sh
4
ADD get-jdk-url.sh /get-jdk-url.sh
0 commit comments