Jason Hall

Results 387 comments of Jason Hall

[This comment](https://github.com/GoogleContainerTools/kaniko/issues/1786#issuecomment-949595259) on the other issue seems to indicate that re-adding `docker-credential-gcr config --token-source=env` might be (part of?) the fix, so that line in `deploy/Dockerfile` might be load-bearing. I'm happy...

Maintainers rolled back the 1.7.0 release to unbreak users, but I have no idea what the plan is for rolling it back forward or for finding or fixing the bug....

Multi-arch support in Kaniko is fundamentally difficult because of constraints in the way Kaniko works -- instead of starting containers for each step, the RUN directives in the Dockerfile are...

> Is there a reason the `--tarPath` option wasn't changed to `--tar-path`? Probably not. It'd be worth aligning this as well, if anyone's interested in doing it.

> Made a note that we should make it deprecated in v2.0.0. Is there a notes file for v2.0.0 to list all things which might be noeted? Maybe there is...

> During my development on this PR, I ran more and more into duplications with established isolation tools like runc and crun. Is it maybe worth considering investing into using...

Thanks @hown3d for that (correct!) explanation. I'm definitely open to ideas about how to let Kaniko build itself more correctly. I just don't have any time to dedicate to writing...

> Any idea what's going wrong with the unit tests for this commit @imjasonh? As part of this change I also updated how we run the linter, and updated the...

I think this is a known limitation, perhaps this should be spelled out better in docs. Kaniko's intended use case is to be run inside a single-use container, building and...

> There is a lot of growth in this FaaS stuff but I haven't found build tooling that works natively. Maybe a good goal to work towards for kaniko afterall?...