Files
spring-framework/ci/images
2023-07-19 09:51:28 +02:00
..
2023-05-09 09:34:33 +02:00
2023-04-15 10:06:09 +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 spring-framework-ci-image/Dockerfile .
----

To test run:

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