Aaron Prindle
Aaron Prindle
@harshadjoshi619 thanks for flagging this issue. To help debug this, can you post the entire logs from the failing run (with any sensitive info redacted), preferably running with `verbose` logs...
Thanks for the PR here @Greendor1234. Currently our CI/CD is erroring on this PR related to some lint errors: ``` Error: pkg/commands/add_test.go:39:33: `createFile` - `t` is unused (unparam) func createFile(tempDir...
Thank you for flagging this, below is a list of all of the PRs that went in from v1.19.2 - v1.20.0: ``` Fixes: fix: prevent extra snapshot with --use-new-run https://github.com/GoogleContainerTools/kaniko/pull/2943...
@eltorio were you able to identify if this is an issue w/ recent changes to `go-containerregistry`?
Thank you for flagging this @linuxmail and providing the repro info. This is likely an issue with the changes made by the recently merged PR here - https://github.com/GoogleContainerTools/kaniko/pull/2943. Currently trying...
@schwannden can you rebase, there was an issue @ HEAD that was recently fixed (this should resolve the test error you are seeing)
@code-asher, thanks for flagging this with context and providing a fix here. I believe that the additional snapshot check that was added in the mentioned commit is likely not necessary....
I believe the removal of this snapshot might cause issues related to which files persist in the resulting image. See - https://github.com/GoogleContainerTools/kaniko/issues/2958
Hi @gaussye, can you specify how you are trying to call `manifest-tool`? From the above it seems that `manifest-tool` might not be in the $PATH that you are using when...
Thanks for the PR here @matheuscscp. If you can rebase your changes here and fix the lint error (snippet below) we should be able to merge this. To fix the...