spring-boot/ci/images
Scott Frederick 8d16a53452 Merge branch '3.1.x' into 3.2.x
Closes gh-39222
2024-01-17 16:36:49 -06:00
..
ci-image Merge branch '3.1.x' into 3.2.x 2024-01-17 16:36:49 -06:00
ci-image-jdk21 Merge branch '3.1.x' into 3.2.x 2024-01-17 16:36:49 -06: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:20:42 -07:00
README.adoc
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>
----