Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] 403 FoForbidden to access gcr.azk8s.cn #146

Closed
hustjieke opened this issue Jul 19, 2021 · 0 comments · Fixed by #342
Closed

[bug] 403 FoForbidden to access gcr.azk8s.cn #146

hustjieke opened this issue Jul 19, 2021 · 0 comments · Fixed by #342
Labels
bug Something isn't working

Comments

@hustjieke
Copy link
Contributor

hustjieke commented Jul 19, 2021

Describe the problem

Failed to build manager docker image:

[+] Building 3.2s (4/4) FINISHED                                                                                                
 => [internal] load build definition from Dockerfile                                                                       0.0s
 => => transferring dockerfile: 980B                                                                                       0.0s
 => [internal] load .dockerignore                                                                                          0.0s
 => => transferring context: 35B                                                                                           0.0s
 => [internal] load metadata for docker.io/library/golang:1.16                                                             1.2s
 => ERROR [internal] load metadata for gcr.azk8s.cn/distroless/static:nonroot                                              3.1s
------
 > [internal] load metadata for gcr.azk8s.cn/distroless/static:nonroot:
------
failed to solve with frontend dockerfile.v0: failed to create LLB definition: unexpected status code [manifests nonroot]: 403 Forbidden

see:
https://kubesphere.com.cn/forum/d/1084-gcr-azk8s-cn
https://github.com/GoogleContainerTools/distroless

In Dockerfile, we pull image from gcr.azk8s.cn:

 24 # Use distroless as minimal base image to package the manager binary
 25 # Refer to https://github.com/GoogleContainerTools/distroless for more details
 26 FROM gcr.azk8s.cn/distroless/static:nonroot

To Reproduce

  1. make docker-build

Expected behavior

Environment:

  • RadonDB MySQL version:
@hustjieke hustjieke added the bug Something isn't working label Jul 19, 2021
runkecheng added a commit to runkecheng/radondb-mysql-kubernetes that referenced this issue Dec 22, 2021
andyli029 added a commit that referenced this issue Dec 22, 2021
charts: change the default path of the rbac proxy image. #146
zhl003 pushed a commit to zhl003/radondb-mysql-kubernetes that referenced this issue Aug 17, 2022
zhl003 pushed a commit to zhl003/radondb-mysql-kubernetes that referenced this issue Aug 17, 2022
charts: change the default path of the rbac proxy image. radondb#146
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant