push-to-registry/.github/install_latest_podman.sh
Divyanshu Agrawal 85f9459926
Add matrix to install latest podman version (#44)
* Add matrix to install latest podman version

Signed-off-by: divyansh42 <diagrawa@redhat.com>
2021-09-13 19:50:48 +05:30

7 lines
478 B
Bash

# https://podman.io/getting-started/installation
. /etc/os-release
echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/ /" | sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list
curl -sSfL "https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/Release.key" | sudo apt-key add -
sudo apt-get update
sudo apt-get -y upgrade
sudo apt-get -y install podman