spring-framework/ci/images
Brian Clozel 66b15efa21 Upgrade CI image to JDK 17+35 2021-09-23 13:57:39 +02:00
..
ci-image Switch CI pipeline to a JDK17 baseline 2021-09-15 12:37:10 +02:00
README.adoc Add Concourse Build pipeline 2020-04-28 14:37:34 +02:00
get-jdk-url.sh Upgrade CI image to JDK 17+35 2021-09-23 13:57:39 +02:00
setup.sh Switch CI pipeline to a JDK17 baseline 2021-09-15 12:37:10 +02:00

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 spring-framework-ci-image/Dockerfile .
----

To test run:

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