debian10安装buildah

编程

安装操作如下

# Debian 10

echo "deb http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/Debian_10/ /" > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list

wget -nv https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable/Debian_10/Release.key -O Release.key

sudo apt-key add - < Release.key

sudo apt-get update

sudo apt-get -y install buildah

Reference:

https://github.com/containers/buildah/blob/master/install.md

以上是 debian10安装buildah 的全部内容, 来源链接: utcz.com/z/516297.html

回到顶部