-
Notifications
You must be signed in to change notification settings - Fork 45
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
400 Bad Request when uploading cache manifest #1587
Comments
For reference, docs on registry cache are here. |
do you have any logs on that 400 error? |
does it push only manifest without blobs? |
Unfortunately, the logs in my initial post are all I really have to go on, but it should be fairly easy to reproduce (just do a simple build and then set |
I believe blobs are written (as needed), but the manifest can reference blobs that had been pushed to the cache previously, saving build time. |
I wonder if the issue is related to docker/buildx#271... I'll add the |
Adding |
Version
Describe the bug
We use
docker/build-push-action@v3
in our workflows and when we try to use image caching, we get400 Bad Request
:To Reproduce
Steps to reproduce the behavior:
docker/build-push-action@v3
action and try to cache image layers in the Pulp registry:Expected behavior
I would expect image caching to work as expected.
Additional context
N/A
The text was updated successfully, but these errors were encountered: