mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Use build args to override binary commits in dockerfile
Signed-off-by: Justen Martin <jmart@the-coder.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# v0.7.0
|
||||
ROOTLESSKIT_COMMIT=791ac8cb209a107505cd1ca5ddf23a49913e176c
|
||||
: ${ROOTLESSKIT_COMMIT:=791ac8cb209a107505cd1ca5ddf23a49913e176c}
|
||||
|
||||
install_rootlesskit() {
|
||||
case "$1" in
|
||||
|
||||
Reference in New Issue
Block a user