spring-framework/ci/images
Brian Clozel df98d0c661 Update CI to concourse-release-scripts 0.2.0 2020-08-06 10:17:19 +02:00
..
spring-framework-ci-image Upgrade Ubuntu in CI images 2020-07-30 09:13:12 +02:00
spring-framework-jdk11-ci-image Upgrade Ubuntu in CI images 2020-07-30 09:13:12 +02:00
spring-framework-jdk14-ci-image Upgrade Ubuntu in CI images 2020-07-30 09:13:12 +02:00
spring-framework-jdk15-ci-image Upgrade Ubuntu in CI images 2020-07-30 09:13:12 +02:00
README.adoc Add Concourse Build pipeline 2020-04-28 14:37:34 +02:00
get-jdk-url.sh Upgrade CI image to jdk8u265-b01 2020-08-06 10:05:13 +02:00
setup.sh Update CI to concourse-release-scripts 0.2.0 2020-08-06 10:17:19 +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>
----