spring-boot/ci/images
Andy Wilkinson 3f0e148e30 Merge branch '2.7.x' into 3.0.x
Closes gh-34129
2023-02-09 09:10:04 +00:00
..
ci-image Merge branch '2.7.x' into 3.0.x 2023-02-06 13:07:46 +00:00
ci-image-jdk19 Merge branch '2.7.x' into 3.0.x 2023-02-06 13:07:46 +00:00
releasescripts Merge branch '2.7.x' into 3.0.x 2023-02-08 14:17:06 +00:00
README.adoc Polish 2021-03-26 16:26:31 +01: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-url.sh Upgrade CI images to Docker 23.0.0 2023-02-09 09:06:01 +00:00
get-jdk-url.sh Upgrade CI to Java 11.0.18+10 2023-01-19 14:27:49 -08:00
setup.sh Upgrade to concourse-java-scripts 0.0.4 2021-10-05 09:08:36 +02:00

README.adoc

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