Files
spring-graphql/ci/images
Brian Clozel e25a8ba485 Update CI pipeline to use registry-image
This prevents docker rate-limiting issues.
2021-04-28 10:25:35 +02:00
..
2020-11-13 11:51:14 +01:00
2020-11-13 11:51:14 +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-graphql-ci-image/Dockerfile .
----

To test run:

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