cri-o-runc
No description set
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:kubic:libcontainers:stable/cri-o-runc && cd $_ - Create Badge
Refresh
Source Files
| Filename | Size | Changed |
|---|---|---|
| _service | 0000000395 395 Bytes | |
| cri-o-runc_1.1.12~0.dsc | 0000000834 834 Bytes | |
| cri-o-runc_1.1.12~0.tar.gz | 0032969918 31.4 MB |
Comments 7
This package is included on runc or cri-o main package?
because on the repo can't find it (for ubuntu). https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:
It's mainly here for a dependency for cri-o. it looks like the builds are working for ubuntu. what version of ubuntu are you trying to download for?
i added the repo:
echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable:/$OS/ /" | sudo /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list 51 echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable:/$OS/ /" > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list 52 echo "deb https://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 53 curl -L https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable:cri-o:$VERSION/$OS/Release.key | apt-key add - 54 curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/$OS/Release.key | apt-key add -
but cri-o-runc not exist on inside the repositories.
What VERSION and OS?
xUbuntu_18.04
Sorry for the delay. This is interesting, I was able to download it in a brand new ubuntu 18.04 container:
# history 1 export OS=xUbuntu_18.04 2 apt update 3 apt install gnupg curl 4 apt upgrade 5 echo "deb [signed-by=/usr/share/keyrings/libcontainers-archive-keyring.gpg] https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/$OS/ /" > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list 6 mkdir -p /usr/share/keyrings 7 curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/$OS/Release.key | gpg --dearmor -o /usr/share/keyrings/libcontainers-archive-keyring.gpg 8 apt-get update 9 apt install cri-o-runc 10 /usr/lib/cri-o-runc/sbin/runc --version 11 historyCan you try these commands out and let me know if it worked?
sorry for delay, it work with that.
now cri-o-runc appear when do the install.
later not was showing that package on the repo, and neither was appearing on the repo url directly
thank you.