Skip to content

Add Distroless variant #379

Closed
Closed
@tymonx

Description

It is related with my comment #343 (comment)

Pros:

  • Small base image size (19MB) compared to other base images
  • It is based on the Debian base image. Because the default mariadb image is based on the Ubuntu image, to prepare a distroless image it requires only a multi stage build, copy necessary executables, scripts and libraries from the original image into new created distroless image
  • Secure, no shell and no package manager for in-container attacks, smaller security surface attacks (less libraries/executetables)
  • It uses glibc (no musl Alpine issues, no performance drops)
  • Stable and mature (based on the Debian 10 distro)

I can provide a support in this area.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions