spring-framework/ci/images
Brian Clozel d7e05aa48f Upgrade CI images to ubuntu:focal-20210119 2021-01-28 11:50:19 +01:00
..
spring-framework-ci-image Upgrade CI images to ubuntu:focal-20210119 2021-01-28 11:50:19 +01:00
spring-framework-jdk11-ci-image Upgrade CI images to ubuntu:focal-20210119 2021-01-28 11:50:19 +01:00
spring-framework-jdk15-ci-image Upgrade CI images to ubuntu:focal-20210119 2021-01-28 11:50:19 +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 CI container images to Ubuntu Focal 2020-12-11 09:46:00 +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>
----