initializr/ci/images
2023-06-01 15:11:05 +02:00
..
ci-image Upgrade Ubuntu version in CI images 2023-05-04 16:16:40 +02:00
get-jdk-url.sh Upgrade Java version in CI image 2023-06-01 15:11:05 +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>
----