spring-boot/ci/images
Phillip Webb a354c236bb Upgrade to Java 17.0.9+11
See gh-37944
2023-10-18 21:20:24 -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
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 Upgrade to Java 17.0.9+11 2023-10-18 21:20:24 -07: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>
----