summaryrefslogtreecommitdiff
path: root/docker/sandcastle/compile-and-check/README
blob: 47342ab413e5c1d2eefd30a71a06c5d75b5bcdae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
This Docker image compiles and check all the Taler code,
along its entrypoint.  Upon failures, it offers a debug
shell to inspect the running container.  The shell offer
is however timed out, failing thereafter.

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
---

From anywhere in the filesystem, run:

$ docker run -it sandcastle-checker