mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-06-08 10:09:02 +00:00
Add podman latest version installation script in seperate file
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
d928cde335
commit
ccbb4f03e2
4 changed files with 42 additions and 58 deletions
7
.github/install_latest_podman.sh
vendored
Normal file
7
.github/install_latest_podman.sh
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue