spring-boot/ci/images
Stephane Nicoll 575b536b84 Upgrade Java 11 version in CI image
Closes gh-27570
2021-08-05 07:43:36 +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 Protect against NPE in isAlreadyPromoted 2021-06-24 18:48:22 -07:00
build-release-scripts.sh Migrate release scripts to java 2019-11-01 16:14:28 -07:00
docker-lib.sh Remove stop_docker from CI script 2019-09-04 14:51:33 -07:00
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 11 version in CI image 2021-08-05 07:43:36 +02:00
README.adoc Polish 2021-03-26 16:26:31 +01:00
setup.sh Merge branch '2.2.x' into 2.3.x 2020-09-25 12:42:38 -07: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>
----