Hi All

I would like to contribute my testing with one Debian-derivative distribution - https://elxr.org
The community project provides a container image - https://hub.docker.com/u/elxrlinux
I test it by below command. 

cat > elxr12.yaml << EOF
apiVersion: v1
kind: Pod
metadata:
  name: elxr12
spec:
  containers:
    - name: elxr12
      image: elxrlinux/elxr:latest
      command:
        - sleep
        - infinity
EOF

kubectl apply -f elxr12.yaml
kubectl exec --stdin --tty elxr12 -- /bin/bash

Hope it is useful for those who want to find a small/custom container Linux workload.


--
Best Regards