spring-boot/ci/images
Stephane Nicoll 235e48683c Upgrade Ubuntu version in CI images
Closes gh-27335
2021-07-15 09:45:21 +02:00
..
ci-image Upgrade Ubuntu version in CI images 2021-07-15 09:45:21 +02:00
ci-image-jdk11 Upgrade Ubuntu version in CI images 2021-07-15 09:45:21 +02:00
ci-image-jdk15 Upgrade Ubuntu version in CI images 2021-07-15 09:45:21 +02:00
releasescripts Protect against NPE in isAlreadyPromoted 2021-06-24 18:48:22 -07:00
build-release-scripts.sh
docker-lib.sh
get-docker-url.sh Upgrade CI to Docker 20.10.7 2021-06-10 07:46:46 +02:00
get-jdk-url.sh
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>
----