https://github.com/radutopala/mysql-5.6.10-docker
MySQL 5.6.10 Docker Image Builder
https://github.com/radutopala/mysql-5.6.10-docker
Last synced: 3 months ago
JSON representation
MySQL 5.6.10 Docker Image Builder
- Host: GitHub
- URL: https://github.com/radutopala/mysql-5.6.10-docker
- Owner: radutopala
- Created: 2021-05-09T04:24:18.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-09T05:26:20.000Z (about 4 years ago)
- Last Synced: 2025-01-13T08:34:13.228Z (5 months ago)
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MySQL 5.6.10 Docker Image Builder
## Docker Hub Image
```
radutopala/mysql:5.6.10
```## Why
`mysql:5.6.10` is not present anymore in Docker Hub, but older production systems still use this MySQL version and it's required to be able to run integration tests against it.## Note
Based on https://github.com/docker-library/mysql/tree/master/5.6 with the necessary workarounds.