summaryrefslogtreecommitdiff
path: root/docker/compile-and-check/README
blob: d6eb7d8a3986fbf70ce5684cbe48971ff8f9312e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This Docker image compiles and checks all the Taler code
along its entrypoint.  In case of build failures, it optionally
offers a debug shell to inspect the running container.

Build
-----

To compile the Git master code, run the following
command from this directory.  Note: some versions
may require to first export the env var DOCKER_BUILDKIT=1.

$ docker build -t sandcastle-checker base/

Run
---

After having built the image above, run the following command
to build Taler and get a debug shell if that fails:


$ docker run -e SANDCASTLE_DEBUG_SHELL=yes -it sandcastle-checker