spring-boot/ci/images
Moritz Halbritter 01c26ef84e Merge branch '3.1.x' into 3.2.x
Closes gh-40416
2024-04-19 09:24:35 +02:00
..
ci-image Merge branch '3.1.x' into 3.2.x 2024-04-17 16:40:21 -05:00
ci-image-jdk21 Merge branch '3.1.x' into 3.2.x 2024-04-17 16:40:21 -05:00
docker-lib.sh Align CI image generation mirrors with 2.6.x 2022-03-09 12:03:14 +00: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 to Docker 26.0.1 2024-04-17 16:25:45 +02:00
get-jdk-url.sh Update Java in SDKman and CI image to 17.0.11-librca 2024-04-19 09:23:06 +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>
----