You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The instructions for Ubuntu/Debian instalation on https://cri-o.io/ don't work any more since apparently the redirections that repository provided in the past are not effective any more. Instructions say that when environment variable VERSION is set to something like:
VERSION=1.21:1.21.3
Then the following command would add an apt repository to the OS:
The instructions for Ubuntu/Debian instalation on https://cri-o.io/ don't work any more since apparently the redirections that repository provided in the past are not effective any more. Instructions say that when environment variable VERSION is set to something like:
VERSION=1.21:1.21.3
Then the following command would add an apt repository to the OS:
echo "deb http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable:/cri-o:/$VERSION/$OS/ /" > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable:cri-o:$VERSION.list
The 1st occurrence of
$VERSION
in above command should instead of1.21:1.21.3
expand to1.21:/1.21.3
to produce the correct repository URL.The text was updated successfully, but these errors were encountered: