#kaniko — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #kaniko, aggregated by home.social.
-
Replacing Kaniko with Buildah in a Tekton Pipeline worked like a charm...
-
Replacing Kaniko with Buildah in a Tekton Pipeline worked like a charm...
-
Replacing Kaniko with Buildah in a Tekton Pipeline worked like a charm...
-
Replacing Kaniko with Buildah in a Tekton Pipeline worked like a charm...
-
Replacing Kaniko with Buildah in a Tekton Pipeline worked like a charm...
-
Kaniko has been archived by Google last year. Chainguard forked the repository, but does not publish images (for free).
https://github.com/GoogleContainerTools/kaniko
https://github.com/chainguard-forks/kanikoWhat is everyone using for their image builds inside containers (as a drop-in replacement, I know about apko and other tools)?
#DevOps #Kuberneters #Docker #Containers #Kaniko #AdminLife #Pipelines #CICD #HomeLab
-
Google's discontinuation of #Kaniko will hopefully pave the way for better container image build tools. These have been around for quite a while, but integration into common platforms only worked flawlessly 99% of the way.
I explained the reasons in my #ContainerDays talk last year:
https://speakerdeck.com/f30/unprivileged-image-builds-what-are-the-challenges-and-where-are-we-today
https://youtu.be/62p6v_A4KTMChainguard already announced its fork of Kaniko:
https://github.com/chainguard-dev/kanikoI hope we'll see longstanding issues resolved as well as hurdles for other tools removed.
-
Awesome 🎉 #rust #rocket #digitalocean #kubernetes 👇star my code
https://github.com/giuliohome/rust-rocket-playgroundBtw podman is yet another fake #opensource #foss repository
I stop suggesting @Podman_io
I wasted my time with those stupid idiots.https://github.com/containers/podman/issues/24013
I admit that @docker is the way to go to #build a #Dockerfile
Or #containerd ctr + #kaniko !
+ #chatgpt for support 💪 instead of github useless maintainers -
@deliverance If #Kaniko is not your speed, You can still do better than #DinD by using #PinD or even #PinP
How to use Podman inside of a container
https://www.redhat.com/sysadmin/podman-inside-containerThis way you don't need a daemon, and you can run rootless.
-
@dragnucs Difficult and embarassing topic.
I wrote prototypes for Terraform Providers for #podman, #buildah and #kaniko IIRC.
ALL of them are horrible at caching layers - let alone remote exec.
The only descend approach which supports caching seems to be #buildx + #buildkit. And yes, I have a prototype implementation for that as well.
We are still not testing this though, since hosting a Buildkit Remote Builder on GKE is a nightmare.
Let alone error handling in both buildx and buildkit is BAD.