spring-framework/ci/images
Brian Clozel 610de3ae78 Upgrade to Concourse Release Scripts 0.3.2 2021-03-23 13:59:53 +01:00
..
ci-image Introduce Gradle Toolchain support in build 2021-03-15 14:33:41 +01:00
README.adoc Add Concourse Build pipeline 2020-04-28 14:37:34 +02:00
get-jdk-url.sh Upgrade JDK versions in CI pipeline 2021-01-25 10:51:47 +01:00
setup.sh Upgrade to Concourse Release Scripts 0.3.2 2021-03-23 13:59:53 +01: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>
----