Replies: 3 comments 1 reply
-
Hi @suptejas , I am not sure if I can totally agree with the statement above, both However I do agree that there are some design differences between
Podman uses buildah natively. I am not sure what do you mean by |
Beta Was this translation helpful? Give feedback.
-
Docker has changed their "native building" to use BuildKit instead. Which improved the performance. https://docs.docker.com/engine/release-notes/23.0/#2300
|
Beta Was this translation helpful? Give feedback.
-
The only way I see that they could improve performance would be with caching of previous builds or in handling of parallel entries in the Containerfile. @flouthoc has been adding a lot of these caching mechanisms to Buildah. If we had specific workloads that showed the difference in speed, then we could work to improve Buildah caching. @nalind any other ideas? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I was doing some research about Podman, and came across the following few sentences:
I am interested in the building part - is the above statement still true and are there any plans to improve build times by using a native image building system if this hasn't already been built out?
Beta Was this translation helpful? Give feedback.
All reactions