-
Notifications
You must be signed in to change notification settings - Fork 99
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
MediaTypeArtifactManifest not found in v2 #495
Comments
We're also running into this via Open Policy Agent. Looks like that's your problem as well @yuseferi. open-policy-agent/opa#5769 (comment) |
Do you mean
|
Hey @Wwwsylvia , Best |
@yuseferi As mentioned by @Wwwsylvia ans as stated on #494, there is a breaking change in the latest |
Thank you @shizhMSFT , this issue is breaking lots of projects that are using this package indirectly. mostly https://github.com/open-policy-agent/opa project. that would be nice to decide about it a bit faster or revert the changes. |
The changes are in the OCI image-spec repository and thus the ORAS community are not able to revert the changes. As a solution, I've sent a PR #496 to resolve the compiling error due the missing symbol |
This PR fixes and only fixes the compiling errors due to the breaking changes introduced by `image-spec v1.1.0-rc.3` where the artifact manifest related specs are removed. Fix #495. Fix partially #494 --------- Signed-off-by: Shiwei Zhang <[email protected]>
Hi there,
After updating to V2, linter failed with
after dig into the code, I noticed this const (
MediaTypeArtifactManifest
) has not been set in the code.The text was updated successfully, but these errors were encountered: