summaryrefslogtreecommitdiff
path: root/docker/sandcastle/compile-and-check/README
blob: 7c4d05109db366ce23ed2571dc52c5071b3a832e (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 Taler, run the container and get the debug shell
if that fails:


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