buildah bud vs podman build
by Leon Fauster
Hi all, I'm doing my first steps with podman and friends - so,
bear with me.
I was expecting the same results between buildah bud vs
podman build while creating an image with a Containerfile.
I noticed that the podman's artifact has a layer more then
buildah's one:
podman:
"Data": {
"LowerDir": "...1ef8/diff",
"UpperDir": "...2a81/diff",
"WorkDir": "...2a81/work"
}
buildah:
"Data": {
"UpperDir": "...b9918/diff",
"WorkDir": "...b9918/work"
}
Podmans additional layer has the outcome of:
RUN adduser --no-create-home --home-dir /app --shell /bin/bash -u 1000 user
separated while buildah has merged it into the "base".
Is this the normal behavior or which knob should I use for a consistency
output?
--
Thanks,
Leon
1 year, 10 months
[Announcement] New Podman bugfix release: v4.7.1
by Lokesh Mandvekar
Podman v4.7.1 is out. Here are the fixes and changes included:
Bugfixes:
- Fixed a bug involving non-English locales of Windows where machine
installs using user-mode networking were rejected due to erroneous version
detection.
- Fixed a regression in --env-file handling.
- Fixed a bug where podman inspect would fail when stat'ing a device failed.
API:
- The network list compat API endpoint is now much faster.
Check out the release page for details and links to artifacts:
https://github.com/containers/podman/releases/tag/v4.7.1
--
Lokesh
Libera, GitLab, GitHub, Fedora: lsm5
Matrix: @lsm5:lsm5.ems.host
GPG: 9E33DD8704CC03E2DEB84D9A1C1EDD7CC7C3A0DD
https://keybase.io/lsm5
1 year, 10 months