spring-boot/ci/images
Scott Frederick 1b32baaadc Upgrade CI to Docker 24.0.7
Closes gh-38169
2023-11-01 17:10:17 -05:00
..
ci-image Upgrade to Ubuntu Jammy 20231004 in CI images #37954 2023-10-18 20:56:02 -07:00
ci-image-jdk11 Upgrade to Ubuntu Jammy 20231004 in CI images #37954 2023-10-18 20:56:02 -07:00
ci-image-jdk17 Upgrade to Ubuntu Jammy 20231004 in CI images #37954 2023-10-18 20:56:02 -07:00
ci-image-jdk21 Upgrade to Ubuntu Jammy 20231004 in CI images #37954 2023-10-18 20:56:02 -07:00
docker-lib.sh Align CI image generation mirrors with 2.6.x 2022-03-09 12:03:14 +00:00
get-docker-url.sh Upgrade CI to Docker 24.0.7 2023-11-01 17:10:17 -05:00
get-jdk-url.sh Upgrade to Java 21.0.1+12 2023-10-18 21:03:47 -07:00
README.adoc Polish 2021-03-26 16:26:31 +01:00
setup.sh Don't create .gradle folder early 2023-10-10 12:08:44 -07:00

== 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 ci-image/Dockerfile .
----

To test run:

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