Versions Compared

Key

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

...

Distroless java images are provided in two different versions:

Code Block
languagebash
titleDockerfile
distroless/java:nonroot
distroless/java17:nonroot

...

Nginx are provided in two different versions which basically is a root-variant and a nonroot:

Code Block
languagebashtitleDockerfile
nginx/stable:stable
nginxinc/nginx-unprivileged:1.21

...

All docker images are subject to regular security scans. The chosen security scanning software is Clair Trivy which comes with Harbor.

Clair Trivy subscribes to security feeds from the major OS Providers: Alpine Linux, Debian, CentOS as well as NVD.

...