This image is used to build specific versions of the mysql
client binaries.
It's primarily intended for DDEV's ddev-webserver
See issue.
- builder for ARM64 and AMD64 versions of
mysql
andmysqldump
binaries that will run on the related Debian 12 Bookworm versions.
Luckily, this doesn't have to be built too terribly often. Mostly it's only when we have a new mysql server version to deploy.
The normal way to update this is to update the list of versions in the build.yml
and then create a new release.
Update the list of versions to be built in the strategy
stanza of .github/workflows/build.yml
The build script is build-clients.sh
and it can be run with something like:
./build-clients.sh --mysql-version 5.7.44 --arch amd64
Updating the image is done with the script in image/push.sh:
cd image
./push.sh
It's unusual to run the container by itself, but:
docker run -it --rm ddev/mysql-client-build bash
https://github.com/ddev/mysql-client-build/blob/main/image/Dockerfile
https://github.com/ddev/mysql-client-build/issues
DDEV is an open source tool for launching local web development environments in minutes. It supports PHP, Node.js, and Python (experimental).
These environments can be extended, version controlled, and shared, so you can take advantage of a Docker workflow without Docker experience or bespoke configuration. Projects can be changed, powered down, or removed as easily as they’re started.
View license information for the software contained in this image.
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.