You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 4, 2022. It is now read-only.
when build the project using the make image command showing error like below code?
$** make image**
mkdir -p "build/stamps/"
mkdir -p "build/"
docker buildx build
--progress=plain
--cache-from="docker.io/replco/polygott-cache:phase0"
--cache-to="type=inline,mode=max"
--target="polygott-phase0"
--tag="polygott:phase0" \
--load
- < build/context.tar.bz2
failed to get console mode for stdin: The handle is invalid.
error during connect: Get http://node-amd64:2375/v1.24/containers/buildx_buildkit_mybuild0/json: dial tcp: lookup node-amd64: no such host
make: *** [build/stamps/build-layer-phase0] Error 1