Shubham Agrawal
Shubham Agrawal
@masterkain Can you please rebase the change
Thans @jtibshirani for the updates
If you running it on mac locally, first run this command. Ref: https://github.com/nektos/act/issues/1658#issuecomment-1452059127 `ln -s ~/.docker/run/docker.sock /var/run/docker.sock`
I have found that syscall.Sync() call in https://github.com/GoogleContainerTools/kaniko/blob/master/pkg/snapshot/snapshot.go#L154:L158 is taking most of the time in filesystem snapshot in kaniko build. In the below logs, it took around 2 minutes for...