mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-24 21:13:16 +00:00
- Update BASEIMAGE to quay.io/centos/centos:stream9 for all architectures - Update Dockerfile to use dnf (CentOS Stream 9 package manager) - Update package name from /usr/bin/ps to procps-ng Addresses reviewer feedback that CentOS 8 is also EOL. CentOS Stream 9 provides ongoing updates and support.
NFS server container for testing
This container exports '/' directory with an index.html inside. NFSv4 only.
Accepts a -G option for specifying a group id to give exported directories. Clients in the specified group will have full rwx permissions, others none.
Inspired by https://github.com/cpuguy83/docker-nfs-server.
Used by test/e2e/* to test NFSVolumeSource. Not for production use!