Skip to content

various small fixes and some package cleanup#25

Merged
Luap99 merged 5 commits into
podman-container-tools:mainfrom
Luap99:fixes
Jun 29, 2026
Merged

various small fixes and some package cleanup#25
Luap99 merged 5 commits into
podman-container-tools:mainfrom
Luap99:fixes

Conversation

@Luap99

@Luap99 Luap99 commented Jun 29, 2026

Copy link
Copy Markdown
Member

see commits

Luap99 added 5 commits June 29, 2026 15:31
podman 6 hard errors if it detects no cgroupv2 mount.
To make it happy we need to ensure we have it mounted.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
There was a problem with the podman pull retries which cause the stderr
to be hidden making it much harder to debug the failure cause.

New podman and skopeo versions have build in retries for network and
registry errors. Use that so it does not retry on unrelated errors, i.e.
image not found.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Remove the must_pass function, the only last caller already calls it
under the set -e context.

The set -e also says only for the next few commands but this is never
unset. To ensure all commands handle errors right just do set -e once
globally which is a lot simpler.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
We do not use this command. We also should not install it as part of the
container image as it pulls in grub and really makes no sense in this
context.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
We no longer support cni or slirp4netns or iptables. So lets remove the
packages to slim down the images a bit.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
@Luap99

Luap99 commented Jun 29, 2026

Copy link
Copy Markdown
Member Author

@ashley-cui PTAL

@ashley-cui ashley-cui left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Luap99 Luap99 merged commit 24a4f12 into podman-container-tools:main Jun 29, 2026
7 checks passed
@Luap99 Luap99 deleted the fixes branch June 29, 2026 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants