initializr/ci/images
2021-09-22 09:11:45 +02:00
..
ci-image Upgrade Ubuntu version in CI images 2021-08-22 08:51:26 +02:00
ci-image-jdk11 Upgrade Ubuntu version in CI images 2021-08-22 08:51:26 +02:00
ci-image-jdk17 Add CI build for JDK 17 2021-09-09 17:06:36 +02:00
get-jdk-url.sh Remove CI job for Java 16 2021-09-22 09:11:45 +02:00
README.adoc Polish 2021-03-18 14:21:41 +01:00
setup.sh Upgrade to Concourse Release Scripts 0.3.2 2021-03-23 14:32:47 +01:00

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

To test run:

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