mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-04-15 07:21:23 +00:00
Remove kubic repositories (#96)
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
df970b4ee2
commit
c0b899fbc8
1 changed files with 0 additions and 4 deletions
4
.github/install_latest_buildah.sh
vendored
4
.github/install_latest_buildah.sh
vendored
|
@ -1,7 +1,3 @@
|
|||
# https://github.com/containers/buildah/blob/main/install.md
|
||||
. /etc/os-release
|
||||
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/x${ID^}_${VERSION_ID}/ /' > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list"
|
||||
wget -nv https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable/x${ID^}_${VERSION_ID}/Release.key -O Release.key
|
||||
sudo apt-key add - < Release.key
|
||||
sudo apt-get update -qq
|
||||
sudo apt-get -qq -y install buildah
|
||||
|
|
Loading…
Reference in a new issue