-
Notifications
You must be signed in to change notification settings - Fork 582
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
Fail to push image to registry after 2023.01.21 #780
Comments
Do you have harbor-side logs? The 500 error indicates this is a registry issue - something there is likely failing. I imagine this is the newest release of buildx/buildkit - you can try disable provenance attestations, with |
Also what kind of registry is this? |
@crazy-max I assume harbor:
|
same issue, also fixed via |
core.logs of harbor Jan 21 11:39:28 ip-172-19-0-1.ap-northeast-2.compute.internal core[3877]:
2023-01-21T11:39:28Z [WARNING] [/core/middlewares/sizequota/handler.go:48]:
Error occurred when to handle request in size quota handler: unsupported content type for manifest: application/vnd.oci.image.manifest.v1+json |
@crazy-max #23 exporting to image
[330](https://github.com/***/***/actions/runs/4042086994/jobs/6949372253#step:6:334)
#23 pushing layers 33.1s done
[331](https://github.com/***/***/actions/runs/4042086994/jobs/6949372253#step:6:335)
#23 pushing manifest for registry***/***/node:latest@sha256:5925***
[332](https://github.com/***/***/actions/runs/4042086994/jobs/6949372253#step:6:336)
#23 pushing manifest for registry***/***/node:latest@sha256:5925*** 0.7s done
[333](https://github.com/***/***/actions/runs/4042086994/jobs/6949372253#step:6:337)
#23 DONE 48.2s I won't close the issue. |
Action v3.3.0 also broke my GCP Cloud Run jobs. GH Actions can successfully push docker image to Artifact Registry, but then Cloud Run is unable to load these images with error: - type: Started
status: 'False'
reason: ContainerMissing
message: Image 'europe-west4-docker.pkg.dev/xxx' not found. Setting |
@jacek-jablonski this sounds like docker/buildx#1533, not this issue. @can019, what version of harbor registry are you using? I suspect it's likely you're using version 1? Harbor v2 has been out since 2020, and was one of the first registries to support the OCI image and distribution standards. I'd recommend an upgrade to the latest version - this should fix your issue without needing to set |
Troubleshooting
Before submitting a bug report please read the Troubleshooting doc.
Behaviour
Steps to reproduce this issue
2023.01.16
was the last success and had not failed before.action.yml
but suddenly started to fail after2022.01.21
Expected behaviour
Actual behaviour
Configuration
Not work after 2023.01.21
This yml success
Logs
The text was updated successfully, but these errors were encountered: