armbian-next: docker: fix when using buildx, always pass --load so produced image is actually available to Docker proper
This commit is contained in:
parent
2d563312bd
commit
b606ae9715
@ -151,7 +151,7 @@ function docker_cli_prepare() {
|
||||
declare -g -a DOCKER_BUILDX_OR_BUILD=("build")
|
||||
if [[ -n "${DOCKER_BUILDX_VERSION}" ]]; then
|
||||
DOCKER_HAS_BUILDX=yes
|
||||
DOCKER_BUILDX_OR_BUILD=("buildx" "build" "--progress=plain")
|
||||
DOCKER_BUILDX_OR_BUILD=("buildx" "build" "--progress=plain" "--load")
|
||||
fi
|
||||
display_alert "Docker has buildx?" "${DOCKER_HAS_BUILDX}" "debug"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user