bootstrap/config.py: add ARG in Dockerfile to allow add sha1sum into docker image
authorJoe Guo <joeg@catalyst.net.nz>
Tue, 19 Mar 2019 03:31:47 +0000 (16:31 +1300)
committerStefan Metzmacher <metze@samba.org>
Thu, 18 Apr 2019 12:09:33 +0000 (12:09 +0000)
commit077f8eaf40fd7917ebc90b8577c2766c0000abe6
treea038c83a183d68893eaf6b880571656863e09c1f
parent932756e2a3adb88ba8216aa926289b287d3a3059
bootstrap/config.py: add ARG in Dockerfile to allow add sha1sum into docker image

Add ARG SHA1SUM, then we can pass it to docker build with --build-arg

Signed-off-by: Joe Guo <joeg@catalyst.net.nz>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
bootstrap/config.py