spring-framework/ci/images
Brian Clozel 603a1dd319 Upgrade to Concourse Release Scripts 0.2.1
This release fixes a bug where Spring Boot specifics were baked in the
application itself.
2020-10-15 18:02:32 +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 Update CI to JDK 15 GA 2020-09-17 13:22:41 +02:00
setup.sh Upgrade to Concourse Release Scripts 0.2.1 2020-10-15 18:02:32 +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>
----