Skip to content

Distroless Docker image with mysqldump installed.

License

Notifications You must be signed in to change notification settings

altipla-consulting/distroless-mysqldump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

distroless-mysqldump

Distroless Docker image with mysqldump installed.

Usage

Use it as the base image in your Dockerfile:

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

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

CMD ["/opt/ac/foo"]