Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/altipla-consulting/distroless-mysqldump

Distroless Docker image with mysqldump installed.
https://github.com/altipla-consulting/distroless-mysqldump

Last synced: about 1 month ago
JSON representation

Distroless Docker image with mysqldump installed.

Awesome Lists containing this project

README

        

# distroless-mysqldump

Distroless Docker image with mysqldump installed.

## Usage

Use it as the base image in your Dockerfile:

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

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

CMD ["/opt/ac/foo"]
```