Support buildx imagetools

This commit is contained in:
Thomas E Lackey 2024-02-23 18:50:36 -06:00
parent a39f2296da
commit aa67dc94c1

View File

@ -7,6 +7,8 @@ DOCKER_BIN="/usr/local/bin/docker-static"
if [[ "$1" == "manifest" ]]; then
$DOCKER_BIN $*
elif [[ "$1" == "buildx" ]] && [[ "$2" == "imagetools" ]]; then
$DOCKER_BIN $*
elif [[ "$1" == "login" ]]; then
$DOCKER_BIN $*
$PODMAN_BIN $*