metadata.yaml 971 B

123456789101112131415161718192021222324
  1. runAsContext:
  2. - userName: root
  3. groupName: root
  4. gid: 0
  5. uid: 0
  6. description: The container starts as root, then NGINX and TFTP spawn under normal user accounts.
  7. capabilities:
  8. - name: CHOWN
  9. description: TFTP requires this ability to set permissions for sub-processes.
  10. - name: DAC_OVERRIDE
  11. description: TFTP requires this ability to set permissions for sub-processes.
  12. - name: FOWNER
  13. description: TFTP requires this ability to set permissions for sub-processes.
  14. - name: SETUID
  15. description: TFTP requires this ability to switch user for sub-processes.
  16. - name: SETGID
  17. description: TFTP requires this ability to switch group for sub-processes.
  18. - name: SYS_CHROOT
  19. description: TFTP requires this ability to spawn child processes.
  20. - name: NET_BIND_SERVICE
  21. description: TFTP requires this ability to bind to port 69 for TFTP.
  22. - name: KILL
  23. description: TFTP requires this ability to kill sub-processes.
  24. hostMounts: []