spring-boot/ci/images
Stephane Nicoll a96434467a Upgrade CI to Docker 20.10.12
Closes gh-29362
2022-01-13 10:06:59 +01:00
..
ci-image Upgrade Ubuntu version in CI images 2022-01-13 10:06:18 +01:00
ci-image-jdk11 Upgrade Ubuntu version in CI images 2022-01-13 10:06:18 +01:00
ci-image-jdk17 Upgrade Ubuntu version in CI images 2022-01-13 10:06:18 +01:00
releasescripts
build-release-scripts.sh
docker-lib.sh
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 17 version in CI image 2021-10-28 08:40:55 +02: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>
----