spring-boot/ci/images
2020-07-23 21:38:01 -07:00
..
releasescripts Merge branch '2.2.x' into 2.3.x 2020-07-23 21:37:16 -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 Migrate CI images to tagged Ubuntu release 2018-11-12 20:11:59 -08:00
setup.sh Start work on Spring Boot 2.4 2020-05-28 10:52:18 +01: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 spring-boot-ci-image/Dockerfile .
----

To test run:

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