Files
spring-boot/ci/images
Stephane Nicoll a10aed521a Upgrade Ubuntu version in CI images
Closes gh-23547
2020-10-01 10:45:43 +02:00
..
2020-09-21 21:39:13 -07:00
2020-09-25 12:41:12 -07: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>                                                                                                                                                                     ✈
----