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
{{ message }}
This repository was archived by the owner on Jun 3, 2025. It is now read-only.
I used Kaniko in cloud environment and the root execution environment / only supports 10GB.
The base image of dockerfile is almost 30GB. When image building, Kaniko will unpacking rootfs, and the disk size exceeds.
I mount a volume to /mnt/dir, how to unpacking rootfs to /mnt/dir, or any other solutions?
The sample docker file is as follow.
I used Kaniko in cloud environment and the root execution environment / only supports 10GB.
The base image of dockerfile is almost 30GB. When image building, Kaniko will unpacking rootfs, and the disk size exceeds.
I mount a volume to /mnt/dir, how to unpacking rootfs to /mnt/dir, or any other solutions?
The sample docker file is as follow.