Closed
Description
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind feature
Description
I have noticed that, whenever a new podman
(or buildah
) release comes out, the PPA is updated with the new one, but the old ones are removed. This makes it hard to pin versions in install scripts.
Is it possible to keep older versions in the PPA (at least a few back)?
Steps to reproduce the issue:
-
Install by pinning version:
apt-get -yq install podman="1.5.0-2~ubuntu18.04~ppa5"
-
Notice that, after a release, the above code fails with
E: Version '1.5.0-2~ubuntu18.04~ppa5' for 'podman' was not found
(Environment details omitted because not relevant)