Optimized pipeline for Buildah #4435
Unanswered
computeralex92
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I'm currently implementing a buildah-based pipeline to switch midterm from Kaniko to Buildah (one reason is multi-arch images).
Since the Kaniko pipeline is super optimized for speed, I want to implementing a similar solution for Buildah.
My current setup for Kaniko:
My current Buildah setup is working, but sometimes in compare to Kaniko quite slow:
I see partly that in special the caching via
cache-from
andcache-to
is working.Maybe some of you also had this challenge and have some ideas how to optimize my pipeline; as I'm still working on it, I will update my implementation when I change something.
Thanks a lot,
Alex
Beta Was this translation helpful? Give feedback.
All reactions