spring-boot/ci/images
Andy Wilkinson 01fe59ca63 Upgrade CI images to ubuntu:jammy-20230816
Closes gh-37217
2023-09-07 15:26:41 +01:00
..
ci-image Upgrade CI images to ubuntu:jammy-20230816 2023-09-07 15:26:41 +01:00
ci-image-jdk11 Upgrade CI images to ubuntu:jammy-20230816 2023-09-07 15:26:41 +01:00
ci-image-jdk17 Upgrade CI images to ubuntu:jammy-20230816 2023-09-07 15:26:41 +01:00
ci-image-jdk20 Upgrade CI images to ubuntu:jammy-20230816 2023-09-07 15:26:41 +01:00
releasescripts Use repo.maven.apache.org consistently 2023-02-08 14:04:16 +00: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 24.0.5 2023-07-31 09:31:46 +01:00
get-jdk-url.sh Upgrade Java 17 CI image to 17.0.8.1+1 2023-08-31 10:34:39 +01:00
README.adoc
setup.sh Upgrade to concourse-java-scripts 0.0.4 2021-10-05 09:08:36 +02: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>
----