-
Notifications
You must be signed in to change notification settings - Fork 268
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
Support OCI artifacts on Docker Hub #135
Comments
Got similar problem though different msg:
|
My error is "401 Unauthorized" when I turn on debug. |
I am also getting the exact same 403 issue with AWS ECR which should also support this option according to https://docs.aws.amazon.com/AmazonECR/latest/userguide/push-oci-artifact.html |
I see the same error when trying to push a chart to DockerHub. Any news regarding this? |
Renamed this issue as OCI artifacts support, as we plan to support all artifacts not just Helm charts here. |
Thanks @justincormack, this is great news to see Docker Hub support coming for OCI Artifacts |
This would be an awesome feature. That is currently the only reason, why we are not using dockerhub. Is there any ETA on this feature? |
any ETA? |
Hello! 👋 To provide you with an update, we have ongoing work happening right now to support OCI artifacts on Docker Hub and hope to have something out soon 😊 |
Very good news thanks 🙂
pet, 27. svi 2022. 17:50 AlexDering-Docker ***@***.***> je
napisao:
… Hello! 👋 To provide you with an update, we have ongoing work happening
right now to support OCI artifacts on Docker Hub and hope to have something
out soon 😊
—
Reply to this email directly, view it on GitHub
<#135 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADBPY7ODYTU7XAVIRXJSPSDVMDVMBANCNFSM4OW3CP7A>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hey all 👋 small update since #135 (comment): we're actively working on this, and it's progressing nicely. The first iteration should be ready not too far in the future, we're almost there 😉 |
This has now been shipped https://www.docker.com/blog/announcing-docker-hub-oci-artifacts-support/ Enjoy and please report back! |
@milosgajdos I there an issue that tracks implementation of the Referrers API as mention in your blog post? I'm testing out ORAS and it was not immediately obvious that |
@staffanf there is none, yet, not. Feel free to create one, but mind you, until OCI cuts a release we won't be providing support for it. There have been a lot of disagreements around OCI artifact manifests that eventually got removed (see opencontainers/image-spec#999), so we've chosen to wait until the specification is properly agreed upon and the stable release is announced. |
@milosgajdos Thanks for the clarification. After having read through a number of issues and PRs in the image-spec and I understand that there is some work left before 1.1 is final. I rather wait for things to settle and I'm sure you will implement soon after it is released. |
Tell us about your request
Want to use Helm to publish chart packages to Docker Hub
Which service(s) is this request for?
Docker Hub
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
The Helm CLI has the client-side capability to publish to registries, but the resulting manifests and/or blobs are incompatible with Docker Hub in some way, resulting in
403 Forbidden
:This appears to be the failed request:
Are you currently working around the issue?
No
Additional context
More information about Helm chart manifests etc:
https://helm.sh/docs/topics/registries/#where-are-my-charts
The text was updated successfully, but these errors were encountered: