-
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
change in v1.20.0 kaniko executor cannot push to ttl.sh because it is not chunking the image #2978
Comments
Had the same issue with DigitalOcean: my usual docker image builds correctly locally and pushes correctly with the v1.19.2 version of Kaniko, but with the latest version (v1.20.0) I get the exact same "413 Request Entity Too Large" error when trying to push to DigitalOcean's container registry. |
Same here with v1.20.0 @Silentstrike46 for me and same v1.19.2 still works correctly |
@Silentstrike46 same here. |
Thank you for flagging this, below is a list of all of the PRs that went in from v1.19.2 - v1.20.0:
From these changes it isn't obvious to me what might have caused this. The only thing that would make sense to me would possibly be the dep updates for |
First I ‘ll check tomorrow this change on go-containerregistry |
@eltorio were you able to identify if this is an issue w/ recent changes to |
Hi, |
Same in v1.21.1 |
No resolved. [v1.23.2] |
Actual behavior
Starting with v1.20.0 (v1.19.2 was OK) kaniko cannot push to ttl.sh if file is large.
ttl.sh (proxied via cloudflare) anwers
Expected behavior
Like in v1.19.2 image must be chuncked like it is done via docker push driver
To Reproduce
Steps to reproduce the behavior:
Additional Information
kaniko ran in a Kubernetes 1.29.1 cluster
Image: gcr.io/kaniko-project/executor:latest
Image ID: gcr.io/kaniko-project/executor@sha256:a3281846b3549af9987c7469eb340126ca6d0d47e060f8f16382f468c5610076
Image: gcr.io/kaniko-project/executor:v1.19.2
Image ID: gcr.io/kaniko-project/executor@sha256:f913ab076f92f1bdca336ab8514fea6e76f0311e52459cce5ec090c120885c8b
I use Kaniko on my development process with Tilt.dev
My current repo is https://github.com/highcanfly-club/gitea-bitnami-custom .
You can clone it, install Tilt.dev, -replace v1.19.2 with the failing image- launch
tilt up
Triage Notes for the Maintainers
--cache
flagThe text was updated successfully, but these errors were encountered: