Support buildx imagetools
This commit is contained in:
parent
a39f2296da
commit
aa67dc94c1
@ -7,6 +7,8 @@ DOCKER_BIN="/usr/local/bin/docker-static"
|
|||||||
|
|
||||||
if [[ "$1" == "manifest" ]]; then
|
if [[ "$1" == "manifest" ]]; then
|
||||||
$DOCKER_BIN $*
|
$DOCKER_BIN $*
|
||||||
|
elif [[ "$1" == "buildx" ]] && [[ "$2" == "imagetools" ]]; then
|
||||||
|
$DOCKER_BIN $*
|
||||||
elif [[ "$1" == "login" ]]; then
|
elif [[ "$1" == "login" ]]; then
|
||||||
$DOCKER_BIN $*
|
$DOCKER_BIN $*
|
||||||
$PODMAN_BIN $*
|
$PODMAN_BIN $*
|
||||||
|
Loading…
Reference in New Issue
Block a user