spring-boot/ci/images
Phillip Webb cf7e16e134 Merge branch '2.1.x' into 2.2.x
Closes gh-23950
2020-10-28 19:26:21 -07:00
..
ci-image Upgrade Ubuntu version in CI images 2020-10-01 10:43:11 +02:00
ci-image-jdk11 Upgrade Ubuntu version in CI images 2020-10-01 10:43:11 +02:00
ci-image-jdk15 Upgrade Ubuntu version in CI images 2020-10-01 10:43:11 +02:00
releasescripts Merge branch '2.1.x' into 2.2.x 2020-09-17 09:47:06 +01:00
build-release-scripts.sh Migrate release scripts to java 2019-11-01 16:14:28 -07:00
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 Merge branch '2.1.x' into 2.2.x 2020-10-28 19:26:21 -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>                                                                                                                                                                     ✈
----