spring-boot/ci/images
Phillip Webb 9a7b8c07f8 Upgrade to spring-javaformat 0.0.26
Closes gh-24337
2020-12-04 17:54:56 -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 Upgrade to spring-javaformat 0.0.26 2020-12-04 17:54:56 -08: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 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 Upgrade to latest concourse-java-scripts 2020-09-25 12:41:58 -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>                                                                                                                                                                     ✈
----