spring-boot/ci/images
Phillip Webb fec9804dad Don't create .gradle folder early
See gh-37450
2023-10-10 12:08:44 -07:00
..
ci-image Upgrade CI images to ubuntu:jammy-20230916 2023-10-04 15:59:24 -05:00
ci-image-jdk11 Upgrade CI images to ubuntu:jammy-20230916 2023-10-04 15:59:24 -05:00
ci-image-jdk17 Upgrade CI images to ubuntu:jammy-20230916 2023-10-04 15:59:24 -05:00
ci-image-jdk21 Upgrade CI images to ubuntu:jammy-20230916 2023-10-04 15:59:24 -05:00
releasescripts Use repo.maven.apache.org consistently 2023-02-08 14:04:16 +00:00
build-release-scripts.sh Migrate release scripts to java 2019-11-01 16:14:28 -07:00
docker-lib.sh Use local docker mirror for test containers 2021-11-19 12:16:12 -08: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 Remove Java 20 from CI 2023-09-22 09:03:35 +02:00
README.adoc Polish 2021-03-26 16:26:31 +01:00
setup.sh Don't create .gradle folder early 2023-10-10 12:08:44 -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>
----