spring-boot/ci/images
Andy Wilkinson 900085628a Raise the minimum supported version of Java to 17
Closes gh-28101
2021-11-30 15:37:40 +00:00
..
ci-image Raise the minimum supported version of Java to 17 2021-11-30 15:37:40 +00:00
releasescripts
README.adoc
build-release-scripts.sh
docker-lib.sh Use local docker mirror for test containers 2021-11-19 12:16:12 -08:00
get-docker-url.sh Upgrade CI to Docker 20.10.11 2021-11-25 09:34:51 +01:00
get-jdk-url.sh Raise the minimum supported version of Java to 17 2021-11-30 15:37:40 +00:00
setup.sh

README.adoc

== 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>
----