Skip to content

Docker Official Image packaging for MySQL Community Server

License

Notifications You must be signed in to change notification settings

nourishcare/mysql-s3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(Forked from https://github.com/docker-library/mysql)

This version of the standard docker mysql image includes support for importing a db dump from an S3 bucket. Just pass the following environment values at runtime:

AWS_ACCESS_KEY_ID=XXXXXX
AWS_SECRET_ACCESS_KEY=YYYYY
$MYSQL_S3_DUMP=s3://my-bucket/prefix/mydump.sql.gz

It also supports adding a user and privileges for datadog. Just set the password as an environment variable (the same password must be given to the datadog agent):

DATADOG_PASSWORD=ZZZZZZ

This is the Git repo of the Docker "Official Image" for mysql (not to be confused with any official mysql image provided by mysql upstream). See the Docker Hub page for the full readme on how to use this Docker image and for information regarding contributing and issues.

The full description from Docker Hub is generated over in docker-library/docs, specifically in docker-library/docs/mysql.

See a change merged here that doesn't show up on Docker Hub yet?

Check the "library/mysql" manifest file in the docker-library/official-images repo, especially PRs with the "library/mysql" label on that repo.

For more information about the official images process, see the docker-library/official-images readme.


Build Status Badges (per-arch)
amd64
build status badge

About

Docker Official Image packaging for MySQL Community Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 86.6%
  • Dockerfile 13.4%