spring-boot/ci/images
Stephane Nicoll ffda0b95ed Upgrade Java 18 version in CI image
Closes gh-30262
2022-03-17 07:53:42 +01:00
..
ci-image Upgrade Ubuntu version in CI images 2022-03-10 09:31:03 +01:00
ci-image-jdk11 Upgrade Ubuntu version in CI images 2022-03-10 09:31:03 +01:00
ci-image-jdk17 Upgrade Ubuntu version in CI images 2022-03-10 09:31:03 +01:00
ci-image-jdk18 Upgrade Ubuntu version in CI images 2022-03-10 09:31:03 +01:00
releasescripts Use 2012 for copyright beginning year 2021-08-18 13:46:35 +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 to Docker 20.10.12 2022-01-13 10:06:59 +01:00
get-jdk-url.sh Upgrade Java 18 version in CI image 2022-03-17 07:53:42 +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>
----