Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.

make docker-build failed #50

Closed
gyliu513 opened this issue May 6, 2021 · 1 comment · Fixed by #51
Closed

make docker-build failed #50

gyliu513 opened this issue May 6, 2021 · 1 comment · Fixed by #51
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@gyliu513
Copy link
Contributor

gyliu513 commented May 6, 2021

$ make docker-build
fatal: No names found, cannot describe anything.
docker pull docker.io/docker/dockerfile:experimental
experimental: Pulling from docker/dockerfile
d7f0373ffb1d: Pull complete
Digest: sha256:600e5c62eedff338b3f7a0850beb7c05866e0ef27b2d2e8c02aa468e78496ff5
Status: Downloaded newer image for docker/dockerfile:experimental
docker.io/docker/dockerfile:experimental
docker pull docker.io/library/golang:1.15.3
1.15.3: Pulling from library/golang
e4c3d3e4f7b0: Pull complete
101c41d0463b: Pull complete
8275efcd805f: Pull complete
751620502a7a: Pull complete
aaabf962c4fc: Pull complete
7883babec904: Pull complete
1791d366c848: Pull complete
Digest: sha256:1ba0da74b20aad52b091877b0e0ece503c563f39e37aa6b0e46777c4d820a2ae
Status: Downloaded newer image for golang:1.15.3
docker.io/library/golang:1.15.3
docker pull gcr.io/distroless/static:latest
latest: Pulling from distroless/static
5dea5ec2316d: Pull complete
Digest: sha256:60a7d0c45932b6152b2f7ba561db2f91f58ab14aa90b895c58f72062c768fd77
Status: Downloaded newer image for gcr.io/distroless/static:latest
gcr.io/distroless/static:latest
bash: gcloud: command not found
bash: gcloud: command not found
DOCKER_BUILDKIT=1 docker build --build-arg goproxy=https://proxy.golang.org,direct --build-arg ARCH=amd64 --build-arg ldflags="" . -t gcr.io//cluster-api-nested-controller-amd64:dev
invalid argument "gcr.io//cluster-api-nested-controller-amd64:dev" for "-t, --tag" flag: invalid reference format
@christopherhein
Copy link
Contributor

/kind bug

@k8s-ci-robot k8s-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label May 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants