README (568B)
1 This Docker image compiles and checks all the Taler code 2 along its entrypoint. In case of build failures, it optionally 3 offers a debug shell to inspect the running container. 4 5 Build Toolchain Image 6 --------------------- 7 8 To build image with app dependencies to build Taler, run ./build.sh 9 10 Run 11 --- 12 13 To start the build process, run 14 15 $ ./build.sh 16 17 Interactive Debugging 18 --------------------- 19 20 To interactively debug the build process, run 21 22 $ ./interactive.sh 23 24 Then inside the container, run the entry point manually 25 26 [cointainer]$ /home/talercheck/compile_and_check.sh