These images have everything needed for Sign development
make -C base all
make -C base <image>
PUSH=1
to upload the image to dockerhubDEBUG=1
to see the docker build outputSHELL='sh -x'
to see the commands getting executed
Requires that `signc` is cloned in the same folder as `Docker`.
Based on the latest Alpine Base image with signc installed
make -C build all
make -C build <image>
PUSH=1
to upload the image to dockerhubDEBUG=1
to see the docker build outputSHELL='sh -x'
to see the commands getting executed