How to specify platform when using oras push? #1588
Unanswered
Azathothas
asked this question in
Q&A
Replies: 1 comment
-
|
Hi @Azathothas , If you want to try the Please give it a try and let us know whether this could resolve your question or not. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, this may be a dumb question..
I read the docs: https://oras.land/docs/how_to_guides/manifest_config#arbitrary-os
So my config.json is:
{ "architecture": "amd64", "os": "linux" }I pushed:
However, this has no effect, and the resulting pushed image has no platform at all.
You can see it at: https://github.com/users/Azathothas/packages/container/package/oras%2Fhello
As per #1500 , I also tried:
My oras version:
Beta Was this translation helpful? Give feedback.
All reactions