spring-boot/ci/images
Stephane Nicoll 57539e0167 Upgrade Java 15 version in CI image
Closes gh-22513
2020-07-23 09:37:58 +02:00
..
releasescripts Merge branch '2.2.x' into 2.3.x 2020-07-22 17:03:23 -07:00
spring-boot-ci-image Upgrade CI images to use ubuntu:bionic-20200630 2020-07-09 09:39:52 +01:00
spring-boot-jdk11-ci-image Upgrade CI images to use ubuntu:bionic-20200630 2020-07-09 09:39:52 +01:00
spring-boot-jdk14-ci-image Merge branch '2.1.x' into 2.2.x 2020-07-09 09:40:50 +01:00
spring-boot-jdk15-ci-image Merge branch '2.3.x' 2020-07-09 09:43:11 +01:00
build-release-scripts.sh
docker-lib.sh
get-docker-url.sh Upgrade CI to Docker 19.03.12 2020-07-02 09:39:13 +01:00
get-jdk-url.sh Upgrade Java 15 version in CI image 2020-07-23 09:37:58 +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 spring-boot-ci-image/Dockerfile .
----

To test run:

----
$ docker run -it --entrypoint /bin/bash <SHA>                                                                                                                                                                     ✈
----