mirror of
https://github.com/actions/runner-images.git
synced 2025-12-17 23:28:57 +00:00
[Ubuntu] Fix add key in containers.sh script (#2196)
* fix add key * fix apt-key add
This commit is contained in:
committed by
GitHub
parent
3cd4e423d8
commit
d7b5e5afb7
@@ -9,7 +9,7 @@ install_packages=(podman buildah skopeo)
|
|||||||
source /etc/os-release
|
source /etc/os-release
|
||||||
sh -c "echo 'deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/x${NAME}_${VERSION_ID}/ /' > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list"
|
sh -c "echo 'deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/x${NAME}_${VERSION_ID}/ /' > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list"
|
||||||
wget -nv https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable/x${NAME}_${VERSION_ID}/Release.key -O Release.key
|
wget -nv https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable/x${NAME}_${VERSION_ID}/Release.key -O Release.key
|
||||||
apt-key add - < Release.key
|
apt-key add Release.key
|
||||||
apt-get update -qq
|
apt-get update -qq
|
||||||
apt-get -qq -y install ${install_packages[@]}
|
apt-get -qq -y install ${install_packages[@]}
|
||||||
mkdir -p /etc/containers
|
mkdir -p /etc/containers
|
||||||
|
|||||||
Reference in New Issue
Block a user