Google Kaniko Archived
With Google Kaniko(https://github.com/GoogleContainerTools/kaniko) being archived and no longer maintained is Envbuilder going to be migrated to a different backend? I am using Docker to run my devcontainers currently so hypothetically I could switch to the newer Terraform Resource that creates devcontainers using
@devcontainer/cli
but I may migrate back to Kubernetes in the future.GitHub
GitHub - GoogleContainerTools/kaniko: Build Container Images In Kub...
Build Container Images In Kubernetes. Contribute to GoogleContainerTools/kaniko development by creating an account on GitHub.
4 Replies
<#1400305255668781138>
Category
Other
Product
Coder (v2)
Platform
Linux
Logs
Please post any relevant logs/error messages.
hey @masonn I think we are moving to Chainguard's fork of Kaniko, but we already maintain our own Kaniko fork anyways
but yeah i'd recommend to use the new resource anyways
it's way more maintainable and better in terms of UX
Thanks for the response. I'll probably stick with envbuilder because I might start using my K3s cluster to host my containers in the future. I just wanted to make sure that envbuilder was going to be supported still with Kaniko being archived. Thank you!