spring-boot/ci/images
Stephane Nicoll d20f94e67b Upgrade CI to Docker 20.10.16
Closes gh-31107
2022-05-19 09:11:33 +02:00
..
ci-image Upgrade CI images to ubuntu:focal-20220426 2022-05-05 09:33:35 +01:00
ci-image-jdk11 Upgrade CI images to ubuntu:focal-20220426 2022-05-05 09:33:35 +01:00
ci-image-jdk17 Upgrade CI images to ubuntu:focal-20220426 2022-05-05 09:33:35 +01:00
ci-image-jdk18 Upgrade CI images to ubuntu:focal-20220426 2022-05-05 09:33:35 +01:00
releasescripts Update copyright year of changed files 2022-05-17 22:20:05 -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-url.sh Upgrade CI to Docker 20.10.16 2022-05-19 09:11:33 +02:00
get-jdk-url.sh Upgrade Java 18 CI image to jdk-18.0.1+10 2022-04-28 10:12:54 +01:00
README.adoc Polish 2021-03-26 16:26:31 +01:00
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>
----