Skip to content

Distroless Docker image for static and glibc binaries.

License

Notifications You must be signed in to change notification settings

altipla-consulting/distroless-glibc

Repository files navigation

distroless-glibc

Distroless Docker image for static and glibc binaries.

Usage

Use it as the base image in your Dockerfile:

FROM ghcr.io/altipla-consulting/distroless-glibc:latest

WORKDIR /opt/ac
COPY tmp/bin/foo .

CMD ["/opt/ac/foo"]