Page MenuHomePhabricator

add mysql to toolforge-bullseye-standalone
Closed, DuplicatePublicFeature

Description

From IRC:

<lucaswerkmeister> `docker run docker-registry.tools.wmflabs.org/toolforge-bullseye-standalone:latest find -type f -name mysql`
<lucaswerkmeister> no results
…
<mutante> if it's really not in the image..which it sounds like.. then it's time to open a ticket

This would be helpful to include for simple scripts that touch tools-db, for example:

echo "USE mydb; /* my query */;" | mysql --defaults-file=$HOME/replica.my.cnf -h tools.db.svc.wikimedia.cloud

The above works fine on the grid, but (apparently) not in any of the Kubernetes container images when using toolforge-jobs.