-
-
Notifications
You must be signed in to change notification settings - Fork 165
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
oci_pull gets 401 Unauthorized on curl. #396
Comments
Update: falling back to rules_docker's
|
I think the translation is incorrect.
-> You have an extra |
Based on #301 , the extra |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to build an Apache Beam SDK image like this:
where the base image comes from my WORKSPACE:
I was able to do docker pull apache/beam_python3.10_sdk:2.51.0 on the command line. But during Bazel build I get a really weird error:
@beam_python//:beam_python depends on @beam_python_single//:beam_python_single in
repository @beam_python_single which failed to fetch. no such package '@beam_python_single//':
curl https://index.docker.io/v2/library/apache/beam_python3.10_sdk/manifests/sha256:af507ee3b2
fc7e0ad154c9c0caafdc3c3191886cce36943f40c8f91e776f117e returned non-success status code 401
On some research I found this un-answered stack post: Bazel's container_pull failing to pull aws-cli image which has very similar errors. There are also #284 that seems to have a similar but different issue. So it seems like it's not Beam related. I'm wondering if anyone has seen this before. Thanks!
The text was updated successfully, but these errors were encountered: