podman
Alternative `podman` package, with occasional patches to fix the build. May be targeting different CPU architectures and Linux distributions than upstream. Modified as needed for my own use-case(s), which may change at any time without warning. If you need something particular, it's probably better to send a pull request to the upstream repository instead.
https://gitlab.com/rhcontainerbot/rpms-openqa/podman
---
To configure `apt` to force-install `podman` from this repository, use the repository label (from the `Release` file) as a pin. Priority >= 1000 allows version number downgrades (`man 5 apt_preferences`). Check priorities with `apt-cache policy podman`.
`/etc/apt/preferences.d/podman.pref`
```text
Package: podman
Pin: release l=home:joelpurra:branches:devel:kubic:libcontainers:unstable
Pin-Priority: 1001
```
Remember to verify `podman` functionality after each (dependency) upgrade.
- Links to devel:kubic:libcontainers:unstable / podman
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:joelpurra:branches:devel:kubic:libcontainers:unstable/podman && cd $_
- Create Badge
Comments 0