circleci/mysql

Verified Publisher

By CircleCI

Updated almost 4 years ago

MySQL is a widely used, open-source relational database management system (RDBMS).

Image
32

100M+

circleci/mysql repository overview

Experimental CircleCI images for MySQL.

Extends the official image of MySQL to be friendly to use in CircleCI for testing.

The following is the customizations CircleCI applies in a Dockerfile:

FROM mysql:latest
ENV MYSQL_ALLOW_EMPTY_PASSWORD=true \
    MYSQL_DATABASE=circle_test \
    MYSQL_HOST=127.0.0.1 \
    MYSQL_ROOT_HOST=% \
    MYSQL_USER=root

Aiming to have CircleCI extended images ease adoption of Docker and CircleCI. Once users are successful, we encourage users to build and customize their images to suite their individual project needs.

Experimental

CircleCI is experimenting with this service image and we may change it in future in an incompatible way. Users should consider building their own image or locking the image digest in CircleCI configuration files.

User Feedback

Issues

If you have any problems with or questions about this image, please contact us on CircleCI Discuss Forum.

Tag summary

Content type

Image

Digest

Size

115.3 MB

Last updated

almost 4 years ago

docker pull circleci/mysql:5-oracle-ram

This week's pulls

Pulls:

68,806

Last week