spring-framework/ci/images
Brian Clozel 14857ae0da Upgrade to JDK 21ea29 in CI build 2023-07-04 15:23:51 +02:00
..
ci-image Merge branch '6.0.x' 2023-05-09 09:34:33 +02:00
README.adoc Revert "Upgrade CI image to Ubuntu Jammy" 2022-11-03 12:54:52 +01:00
get-jdk-url.sh Upgrade to JDK 21ea29 in CI build 2023-07-04 15:23:51 +02:00
setup.sh Fix CI image reference to JDK21 2023-04-15 10:06:09 +02:00

README.adoc

== CI Images

These images are used by CI to run the actual builds.

To build the image locally run the following from this directory:

----
$ docker build --no-cache -f <image-folder>/Dockerfile .
----

For example

----
$ docker build --no-cache -f spring-framework-ci-image/Dockerfile .
----

To test run:

----
$ docker run -it --entrypoint /bin/bash <SHA>
----