spring-boot/ci/images
Andy Wilkinson ca5acaf1f2 Merge branch '2.7.x' into 3.0.x
Closes gh-35779
2023-06-14 14:56:47 +01:00
..
ci-image Merge branch '2.7.x' into 3.0.x 2023-06-14 14:56:47 +01:00
ci-image-jdk20 Merge branch '2.7.x' into 3.0.x 2023-06-14 14:56:47 +01:00
releasescripts
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>
----