spring-boot/ci/images
Stephane Nicoll bc76756894 Upgrade CI to Docker 20.10.11
Closes gh-28806
2021-11-25 09:34:51 +01:00
..
ci-image Upgrade Ubuntu version in CI images 2021-10-21 09:08:15 +02:00
ci-image-jdk11 Upgrade Ubuntu version in CI images 2021-10-21 09:08:15 +02:00
ci-image-jdk17 Upgrade Ubuntu version in CI images 2021-10-21 09:08:15 +02:00
releasescripts Use 2012 for copyright beginning year 2021-08-18 13:46:35 +01:00
build-release-scripts.sh Migrate release scripts to java 2019-11-01 16:14:28 -07:00
docker-lib.sh Use local docker mirror for test containers 2021-11-19 12:16:12 -08:00
get-docker-url.sh Upgrade CI to Docker 20.10.11 2021-11-25 09:34:51 +01:00
get-jdk-url.sh Upgrade Java 17 version in CI image 2021-10-28 08:44:53 +02: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>
----