You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm interested in building multi-GB Docker images with Kaniko. Unfortunately, doing this immediately exhausts the RAM. I think this is because the snapshotting steps take a tarball snapshot of the whole filesystem in-memory.
It would be nice to have an option to tell kaniko to use a Tempfile for the snapshot backing.
The text was updated successfully, but these errors were encountered:
@lovetheguitar I would look at the code. Always look at the code. It's authoritative. Check out the PR that was merged and mentioned above. Apparently, you don't have to do anything except provide disk space.
@lovetheguitar I would look at the code. Always look at the code. It's authoritative. Check out the PR that was merged and mentioned above. Apparently, you don't have to do anything except provide disk space.
Thanks for your answer. Yeah, I tried, but I don't know go at all.
Either way it appears to be a different bug #909.
kaniko/pkg/snapshot/snapshot.go
Lines 57 to 70 in 13accba
I'm interested in building multi-GB Docker images with Kaniko. Unfortunately, doing this immediately exhausts the RAM. I think this is because the snapshotting steps take a tarball snapshot of the whole filesystem in-memory.
It would be nice to have an option to tell kaniko to use a Tempfile for the snapshot backing.
The text was updated successfully, but these errors were encountered: