spring-boot/ci/images
Andy Wilkinson 97773e5271 Merge branch '2.7.x' into 3.0.x
Closes gh-36011
2023-06-27 14:30:11 +01:00
..
ci-image Merge branch '2.7.x' into 3.0.x 2023-06-27 14:30:11 +01:00
ci-image-jdk20 Merge branch '2.7.x' into 3.0.x 2023-06-27 14:30:11 +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-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:31:26 +02:00
README.adoc
setup.sh

== 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>
----