spring-boot/ci/images
Andy Wilkinson 4d6c3bd804 Merge branch '3.0.x' into 3.1.x
Closes gh-36013
2023-06-27 14:32:17 +01:00
..
ci-image Merge branch '3.0.x' into 3.1.x 2023-06-27 14:32:17 +01:00
ci-image-jdk20 Merge branch '3.0.x' into 3.1.x 2023-06-27 14:32:17 +01:00
releasescripts Merge branch '2.7.x' into 3.0.x 2023-02-08 14:17:06 +00:00
build-release-scripts.sh
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 to Docker 24.0.2 2023-06-01 14:52:41 +02:00
get-jdk-url.sh Upgrade Java 20 version in CI image 2023-04-20 14:33:56 +02:00
README.adoc
setup.sh Add docker compose to CI images 2023-03-23 17:25:37 +00: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>
----