spring-boot/ci/images
Phillip Webb 327181455c Upgrade CI to Ubuntu Focal 20201008
Closes gh-23952
2020-10-28 19:29:59 -07: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
releasescripts Polish logging in BintrayService 2020-09-17 09:46:39 +01: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 11.0.9_11 2020-10-28 19:25:05 -07:00
README.adoc Migrate CI images to tagged Ubuntu release 2018-11-12 20:11:59 -08:00
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>                                                                                                                                                                     ✈
----