spring-boot/ci/images
Andy Wilkinson 73b9615e0c Upgrade Java 15 CI image to jdk-15.0.2+7
Closes gh-25013
2021-01-28 09:27:26 +00:00
..
ci-image Upgrade CI images to Ubuntu Focal 20210119 2021-01-28 08:58:07 +00:00
ci-image-jdk11 Upgrade CI images to Ubuntu Focal 20210119 2021-01-28 08:58:07 +00:00
ci-image-jdk15 Upgrade CI images to Ubuntu Focal 20210119 2021-01-28 08:58:07 +00:00
releasescripts Fix detection of latest GA for SDKMAN 2020-12-14 12:07:15 -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.14 2020-12-11 08:22:55 +01:00
get-jdk-url.sh Upgrade Java 15 CI image to jdk-15.0.2+7 2021-01-28 09:27:26 +00:00
README.adoc Fix README 2020-12-10 14:13:05 -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 ci-image/Dockerfile .
----

To test run:

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