spring-boot/ci/images
2020-12-10 12:37:16 -08:00
..
ci-image Upgrade CI to Ubuntu Focal 20201008 2020-10-28 19:29:59 -07:00
ci-image-jdk11 Upgrade CI to Ubuntu Focal 20201008 2020-10-28 19:29:59 -07:00
ci-image-jdk15 Merge branch '2.1.x' into 2.2.x 2020-10-28 19:33:18 -07:00
releasescripts Merge branch '2.2.x' into 2.3.x 2020-12-10 12:37:16 -08:00
build-release-scripts.sh
docker-lib.sh
get-docker-url.sh Upgrade CI to Docker 19.03.13 2020-09-24 09:22:02 +01:00
get-jdk-url.sh Upgrade CI to Java 15.0.1_9 2020-10-28 19:36:33 -07:00
README.adoc
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 spring-boot-ci-image/Dockerfile .
----

To test run:

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