Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After enabling this feature, reset your Kubernetes network.



Docker Build Errors

"failed to solve with frontend dockerfile.v0"

Error:

Code Block
 > [internal] load metadata for docker.io/ncyd/go-builder:latest:
------
failed to solve with frontend dockerfile.v0: failed to create LLB definition: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed

Solution

Execute the following and rebuild

Code Block
export DOCKER_BUILDKIT=0
export COMPOSE_DOCKER_CLI_BUILD=0


Building for ARM64

Specify platform in Dockerfile

...