spring-boot/ci/images
Andy Wilkinson 7f56fe8dfd Merge branch '3.0.x' into 3.1.x
Closes gh-37151
2023-08-31 10:40:07 +01:00
..
ci-image Merge branch '3.0.x' into 3.1.x 2023-08-16 15:40:51 -05:00
ci-image-jdk20 Merge branch '3.0.x' into 3.1.x 2023-08-16 15:40:51 -05:00
releasescripts Update copyright year of changed files 2023-08-13 18:50:13 -07:00
build-release-scripts.sh
docker-lib.sh
get-docker-compose-url.sh
get-docker-url.sh Upgrade CI images to Docker 24.0.5 2023-07-31 09:31:46 +01:00
get-jdk-url.sh Upgrade Java 17 image to .sdkmanrc to 17.0.8.1 2023-08-31 10:38:02 +01:00
README.adoc Polish 2021-03-26 16:26:31 +01:00
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>
----