Aaron Prindle

Results 163 comments of Aaron Prindle

Thanks all for your patience here with this PR and sorry @skype007 for the delay in responding - recently added as kaniko project maintainer and am just going through backlogged...

@joseph-arturia the `gcr.io/kaniko-project/executor:latest` image won't be updated until the next kaniko release is cut (similar to last release `v1.9.2` here - https://github.com/GoogleContainerTools/kaniko/releases) . I plan on cutting a kaniko release...

@joseph-arturia `v1.10.0` is released now, https://github.com/GoogleContainerTools/kaniko/releases/tag/v1.10.0 `gcr.io/kaniko-project/executor:latest` now has this change

Related: https://github.com/GoogleContainerTools/kaniko/pull/2306 Recently some documentation was added in Kaniko's README.md regarding how to create multi-arch images with Kaniko with the caveat being that this is done by stitching N kaniko...

Can anyone here confirm if the Dockerfile cache would also invalidate in this case of dynamic ARG values (how this compares to docker's behaviour)?

When I try to repro this with the latest version of Kaniko - `v1.12.1` I am seeing `bash` installed in the final image: `Dockerfile` ``` FROM alpine:3.16 USER root RUN...

@dfdf10086 can you specify the args passed to kaniko as well (with information redacted as needed?) to help with repro? Additionally were you able to resolve this issue? Thanks

Releases are signed with cosign now as noted in the kaniko README.md docs - https://github.com/GoogleContainerTools/kaniko/blob/main/README.md#verifying-signed-kaniko-images Closing

Sorry, I did not have a chance to investigate this. It seems it still lacks behind by one version: https://archlinux.org/packages/community/x86_64/skaffold/ -> `v2.0.1` but `v2.0.2` is the new current release. I...

Moving to `v2.2.0` milestone