You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The manifest has no top level mediaType set and I believe that because of this, it doesn't render as expected in the Docker Hub web view. It should show the OS/Arch options.
The manifest has no top level mediaType set and I believe that because of this, it doesn't render as expected in the Docker Hub web view. It should show the OS/Arch options.
The following is an example of ubuntu: https://explore.ggcr.dev/?image=ubuntu%3Alatest
VS the current curlimages/curl: https://explore.ggcr.dev/?image=curlimages/curl@sha256:9d679ae7718688259258a3ea3862963023f32eae630052fde63aae5e9919a90d&mt=application%2Fvnd.oci.image.index.v1%2Bjson&size=1043
Example in Docker Hub, note that OS/Arch is empty:
Updating the buildah manifest push command with
--format v2s1
--format v2s2
--format oci
May possibly resolve this.
The text was updated successfully, but these errors were encountered: