- 3.10, latest
- 3.9
- 3.8
- 3.7
- 3.9-travis-demo, It's demo of building image by Travis CI
This is possible thanks to the work from uggedal on packaging Alpine Linux for Docker.
This project is now build on top of official Alpine Linux image, only including a few convenience packages.
To get you started, a set of packages have been integrated:
- curl
- ca-certificates
China Standard Time
Use like you would any other base image:
FROM benzbrake/alpine:3.7
RUN apk add --no-cache mysql-client
ENTRYPOINT ["mysql"]