initializr/ci/images
2022-08-04 09:56:55 +02:00
..
ci-image Upgrade Ubuntu version in CI images 2022-08-04 09:54:20 +02:00
ci-image-jdk11 Upgrade Ubuntu version in CI images 2022-08-04 09:54:20 +02:00
ci-image-jdk17 Upgrade Ubuntu version in CI images 2022-08-04 09:54:20 +02:00
get-jdk-url.sh Upgrade Java 17 version in CI image 2022-08-04 09:56:55 +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>
----