spring-boot/ci/images
Scott Frederick ac0d95beb4 Upgrade CI to Docker 25.0.1
Closes gh-39292
2024-01-24 14:19:27 -06:00
..
ci-image Update CI to use harbor 2024-01-18 19:41:19 -08:00
ci-image-jdk21 Update CI to use harbor 2024-01-18 19:41:19 -08: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 CI to Docker 25.0.1 2024-01-24 14:19:27 -06:00
get-jdk-url.sh Upgrade to Java 17.0.10+13 2024-01-19 17:29:12 -06:00
README.adoc Polish 2021-03-26 16:26:31 +01:00
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>
----