Skip to content
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

Cache manifest lists can't be exported to ghcr.io (GitHub Container Registry) #1865

Closed
mjgallag opened this issue Dec 2, 2020 · 2 comments
Closed

Comments

@mjgallag
Copy link

mjgallag commented Dec 2, 2020

------
> exporting cache:
------
error: failed to solve: rpc error: code = Unknown desc = error writing manifest blob: failed commit on ref "sha256:ab3273d08b550eacbe8b626dca6a262d40046f88748fef4bc8f6e2c401917e0b": unexpected status: 400 Bad Request
@mjgallag mjgallag changed the title Cache manifest lists can't be exported to ghcr.io Cache manifest lists can't be exported to ghcr.io (GitHub Container Registry) Dec 2, 2020
@clarkbw
Copy link

clarkbw commented Dec 11, 2020

👋 We've rolled out a fix for this today, please try again and let us know!

@mjgallag
Copy link
Author

@clarkbw it works, thanks for the quick fix!

One minor issue is that it doesn't display cache manifest correctly:

{
  "digest": "sha256:ab5f8d87b368638c88700111899a3ebac636e2594b3bc410588eb80b236b3fe5",
  "mediaType": "application/vnd.oci.image.index.v1+json",
  "size": 5406,
  "config": {
    "digest": "",
    "mediaType": "",
    "size": 0
  },
  "layers": [

  ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants