Distroless
Fleetingnodejs
- Référence externe : https://github.com/GoogleContainerTools/distroless/blob/main/nodejs/README.md#usage
entrypoint of this image is set to “node”, so this image expects users to supply a path to a .js file in the CMD
— https://github.com/GoogleContainerTools/distroless/blob/main/nodejs/README.md#usage
cc
This image contains a minimal Linux, glibc runtime for “mostly-statically compiled” languages like Rust and D
— https://github.com/GoogleContainerTools/distroless/blob/main/cc/README.md
base
-
Référence externe : https://github.com/GoogleContainerTools/distroless/blob/main/base/README.md
image contains a minimal Linux, glibc-based system. It is intended for use directly by “mostly-statically compiled”
— https://github.com/GoogleContainerTools/distroless/blob/main/base/README.md
The order is static < base-nossl < base < cc
- Statically compiled applications (Go) that do not require libc can use the gcr.io/distroless/static […]
- Applications that require libc but do not need libssl can use the gcr.io/distroless/base-nossl, […]
- Most other applications (and Go apps that require libc/cgo) should start with gcr.io/distroless/base […]
— https://github.com/GoogleContainerTools/distroless/blob/main/base/README.md