spring-boot/ci/images
Stephane Nicoll 5b2c551ec4 Upgrade Java 8 version in CI image
Closes gh-27568
2021-08-05 07:42:52 +02:00
..
ci-image Upgrade Ubuntu version in CI images 2021-07-29 07:10:13 +02:00
ci-image-jdk11 Upgrade Ubuntu version in CI images 2021-07-29 07:10:13 +02:00
ci-image-jdk15 Upgrade Ubuntu version in CI images 2021-07-29 07:10:13 +02:00
releasescripts
build-release-scripts.sh
docker-lib.sh
get-docker-url.sh Upgrade CI to Docker 20.10.8 2021-08-05 07:42:00 +02:00
get-jdk-url.sh Upgrade Java 8 version in CI image 2021-08-05 07:42:52 +02:00
README.adoc
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>
----