spring-boot/ci/images
Phillip Webb 66e9c777af Upgrade Ubuntu version in CI images
Closes gh-38894
2023-12-20 18:20:09 -08:00
..
ci-image Upgrade Ubuntu version in CI images 2023-12-20 18:20:09 -08:00
ci-image-jdk21 Upgrade Ubuntu version in CI images 2023-12-20 18:20:09 -08:00
docker-lib.sh
get-docker-compose-url.sh
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:18:32 -07:00
README.adoc
setup.sh Merge branch '3.0.x' into 3.1.x 2023-10-10 12:31:28 -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>
----