-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Pushing to GitHub fails with BLOB_UPLOAD_UNKNOWN #4301
Comments
I can confirm the same issue, it is very annoying. There are other users talking about the same issue on #2372, and @KRK1ST said that he talked with GitHub Support and they said that GitHub belives that it is a issue in Jib.
I have tried running it with |
It happens with maven also. We have this issue for long time now over many versions.
Some of our builds push multiple images sequentially so this fails our build every other or third time. We tried |
Hmm, we've been hit by this.. We also have a multi module project. In our case I would say its an GH issue since we can verify that the final image are uploaded correctly. Could it be that GH's have nodes that are lagging behind and it sometimes fails because of that? I'm also a bit puzzled about this digest, it does not appear from our final manifest: `
|
Still an issue on 3.4.4 |
We are using jib 3.4.3 and seeing same issue for uploading images to ghcr.io. As mentioned earlier rerunning the job works sometimes but its annoying in a multi module project. Hoping for faster resolution. Its happening for both maven and gradle. |
I'm encountering the same error:
I've attempted upgrading both Gradle (to 8.5) and Jib (to 3.4.4), but the issue still persists. |
It's very unfortunate, we just recently moved to use jib from our custom layered approach with docker push to publish, but in some cases it's like one step forward, two steps back. For this particular publish issue, I was thinking about two workarounds:
I didn't want to just abandon hope yet before I hear back from google on this ticket, so I am testing retries with https://github.com/marketplace/actions/retry-step
|
Environment:
runs-on: ubuntu-latest
)Description of the issue:
When using Jib Gradle plugin to push a container image to GitHub Container Registry (ghcr.io), it fails frequently in the middle of the operation with the following error:
The stacktrace contains the following error message:
So far every time when I manually re-run the failed job (GitHub Actions workflow), it succeeds on retry without problems.
Expected behavior:
Running Jib to upload containers to GitHub registry without errors and manual retries.
Steps to reproduce:
Log output:
Build failure logs
The text was updated successfully, but these errors were encountered: