spring-boot/ci/images
Stephane Nicoll 30a75e89d1 Upgrade CI to Docker 20.10.10
Closes gh-28462
2021-10-28 08:38:49 +02:00
..
ci-image Upgrade Ubuntu version in CI images 2021-10-21 09:05:41 +02:00
ci-image-jdk11 Upgrade Ubuntu version in CI images 2021-10-21 09:05:41 +02:00
ci-image-jdk16 Upgrade Ubuntu version in CI images 2021-10-21 09:05:41 +02:00
releasescripts Use 2012 for copyright beginning year 2021-08-18 13:46:35 +01:00
build-release-scripts.sh
docker-lib.sh
get-docker-url.sh Upgrade CI to Docker 20.10.10 2021-10-28 08:38:49 +02:00
get-jdk-url.sh Upgrade Java 11 version in CI image 2021-10-28 08:38:08 +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>
----