Skip to content

mmarcrr/risc64Specs

Repository files navigation

risc64Specs

Spec files to build rpm packages for container support feodora33 some of them are the same from fedora x86_64 but there are some other that has some modification to provide support for riscv64

some config

To avoid warnings

cat /etc/containerd/config.toml 
#root = "/var/lib/containerd"
#state = "/run/containerd"
#subreaper = true
#oom_score = 0

#[grpc]
#  address = "/run/containerd/containerd.sock"
#  uid = 0
#  gid = 0

#[debug]
#  address = "/run/containerd/debug.sock"
#  uid = 0
#  gid = 0
#  level = "info"

disabled_plugins = ["cri", "zfs", "aufs"]

If you have network issues

[root@fedora-riscv ~]# cat /etc/docker/daemon.json 
{
   "userland-proxy": false
}

some images to test

todo

The container support is tested and run over riscv64 but I need to add some modifications to avoid manual configuration

About

Spec files to build rpm packages for container support feodora33

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published