forked from nestybox/sysbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Known Issues
Reinitialized edited this page Jul 31, 2024
·
1 revision
This Wiki page will be used to keep a laundry list of issues I intend to address.
- Self-compile documentation missing the following required dependencies: rsync, fuse
- Manually configuring systemd for self-compile documentation
- With the exception of
Dockerfile.rocky-9, RHEL-based Dockerfiles will fail due to Google no longer hosting the required packages (now on pkgs.k8s.io) -
dnf install -y --enablerepo=devel libseccomp-staticfails due to missing devel repository. This might be caused by using aMinimal Installof a RHEL-based distro, not sure. - Use the latest version of Kubernetes
- scr/docker-cfg can cause Docker to fail to start if the wrong runtime is provided.
- Implement automated building of RPM for supported RHEL-based distros
- NOTE: I believe a single package targeting versions 8/9 of all variants should be sufficient, but unsure. Wouldn't mind insight on this.