cri-o-runc

Edit Package cri-o-runc
No description set
Refresh
Refresh
Source Files
Filename Size Changed
_service 0000000395 395 Bytes
_service:download_files:v1.1.12.tar.gz 0002522196 2.41 MB
_service:obs_scm:runc-1706903831.9130540.obscpio 0000070667 69 KB
_service:obs_scm:runc.obsinfo 0000000106 106 Bytes
_service:obs_scm:runc.spec 0000061396 60 KB
_service:obs_scm:trimpath.patch 0000000796 796 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
Latest Revision
Comments 7

Walddys Emmanuel Dorrejo Céspedes's avatar

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:


Peter Hunt's avatar

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?


Walddys Emmanuel Dorrejo Céspedes's avatar

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.




Peter Hunt's avatar

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  history

Can you try these commands out and let me know if it worked?


Walddys Emmanuel Dorrejo Céspedes's avatar

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.

openSUSE Build Service is sponsored by