spring-boot/ci/images
2023-10-10 12:31:28 -07:00
..
ci-image Merge branch '3.0.x' into 3.1.x 2023-10-04 16:01:49 -05:00
ci-image-jdk21 Merge branch '3.0.x' into 3.1.x 2023-10-04 16:01:49 -05:00
releasescripts Update copyright year of changed files 2023-08-13 18:50:13 -07:00
build-release-scripts.sh
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 images to Docker 24.0.6 2023-09-07 15:34:15 +01:00
get-jdk-url.sh Merge branch '2.7.x' into 3.0.x 2023-09-22 09:08:51 +02:00
README.adoc
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>
----