Chococrok

Results 2 comments of Chococrok

Hello, I think the issue is still valid. I used the warmer to populate the cache then used: ``` docker run --rm -v $PWD:/workspace -it gcr.io/kaniko-project/executor:v1.19.2-debug \ --context "/workspace" \...

This update fix the thing: ``` // cacheFlagsValid makes sure the flags passed in related to caching are valid func cacheFlagsValid() error { if !opts.Cache { return nil } //...