spring-boot/ci/images
Phillip Webb 062b544447 Upgrade to Ubuntu Jammy 20231004
Closes gh-37957
2023-10-18 21:19:51 -07:00
..
ci-image Upgrade to Ubuntu Jammy 20231004 2023-10-18 21:19:51 -07:00
ci-image-jdk21 Upgrade to Ubuntu Jammy 20231004 2023-10-18 21:19:51 -07:00
docker-lib.sh Use local docker mirror for test containers 2021-11-19 12:16:12 -08:00
get-docker-compose-url.sh Add docker compose to CI images 2023-03-23 17:25:37 +00:00
get-docker-url.sh Upgrade CI images to Docker 24.0.6 2023-09-07 15:34:15 +01:00
get-jdk-url.sh Merge branch '2.7.x' into 3.0.x 2023-09-22 09:08:51 +02:00
README.adoc Polish 2021-03-26 16:26:31 +01:00
setup.sh Merge branch '3.1.x' 2023-10-10 12:31: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>
----