There was an error while loading. Please reload this page.
1 parent d8a3486 commit fda519bCopy full SHA for fda519b
1 file changed
install-containerd-helpers
@@ -65,7 +65,7 @@ function install_debian_containerd() {
65
# Make sure ca-certificates are up-to-date
66
update-ca-certificates -f
67
68
- curl -fsSL "${REPO_URL}/gpg" | apt-key add -
+ curl -fsSL "${REPO_URL}/gpg" | tee /etc/apt/trusted.gpg.d/containerd.gpg
69
70
if [ "${DIST_VERSION}" = "sid" ]; then
71
echo 'Debian sid ("unstable") cannot be used for packaging: replace with the actual codename'
0 commit comments