Files
spring-boot/ci/images
Andy Wilkinson cd81669f94 Merge branch '2.3.x'
Closes gh-23467
2020-09-24 09:24:56 +01:00
..
2020-09-21 21:39:13 -07:00
2020-05-28 10:52:18 +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 spring-boot-ci-image/Dockerfile .
----

To test run:

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