initializr/ci/images
2023-07-20 15:43:27 +02:00
..
ci-image Upgrade ubuntu version in CI image 2023-07-20 15:43:27 +02:00
get-jdk-url.sh Upgrade Java 17 version in CI image 2023-07-20 15:42:44 +02:00
README.adoc Polish 2021-03-18 14:21:41 +01:00
setup.sh Use docker image for concourse-release-scripts 2023-07-11 19:56:10 +02: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>
----