Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

"Distroless" images contain only your application and its runtime dependencies. They do not contain package managers, shells or any other programs you would expect to find in a standard Linux distribution.


Default Users

Usersidgroup
root

nonroot
65532
65532

...

Code Block
spec:
  template:
    spec:
      securityContext:
        runAsUser: 65532
        fsGroup: 65532


References

ReferenceURL
"Distroless" Container Imageshttps://github.com/GoogleContainerTools/distroless
How to add a directory where non-root user can write #427https://github.com/GoogleContainerTools/distroless/issues/427