spring-boot/ci/images
Stephane Nicoll 90a5e34ba5 Upgrade Java 17 version in CI image
Closes gh-28105
2021-09-22 12:45:30 +02:00
..
ci-image Upgrade Ubuntu version in CI images 2021-09-06 08:01:38 +02:00
ci-image-jdk11 Upgrade Ubuntu version in CI images 2021-09-06 08:01:38 +02:00
ci-image-jdk17 Upgrade Ubuntu version in CI images 2021-09-06 08:01:38 +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.8 2021-08-05 07:30:15 +02:00
get-jdk-url.sh Upgrade Java 17 version in CI image 2021-09-22 12:45:30 +02:00
README.adoc Polish 2021-03-26 16:26:31 +01:00
setup.sh

== 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>
----