Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instalation instructions for Ubuntu/Debian on https://cri-o.io/ not working any more #52

Open
plevart opened this issue Oct 26, 2021 · 0 comments

Comments

@plevart
Copy link

plevart commented Oct 26, 2021

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 of 1.21:1.21.3 expand to 1.21:/1.21.3 to produce the correct repository URL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant