debian-bootc-base-images/tier-1/podman.yaml
Colin Walters 719024a2c1 tier-1: Enable recommends, fix podman
We were missing `container-selinux`...oops.  Fix that.  While
we're here..

- Fully re-enable `recommends: true` - this is not a small image,
  and so let's not try to override things.
- Drop out the old-style compat networking packages for podman,
  since this is a new image
2023-09-23 08:27:45 -04:00

7 lines
83 B
YAML

# Core podman bits
packages:
- crun
- podman
- container-selinux
- skopeo