Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yano3/docker-mysql
MySQL 5.7 Docker image with ARM64 architecture support.
https://github.com/yano3/docker-mysql
docker docker-image mysql
Last synced: about 2 hours ago
JSON representation
MySQL 5.7 Docker image with ARM64 architecture support.
- Host: GitHub
- URL: https://github.com/yano3/docker-mysql
- Owner: yano3
- License: gpl-2.0
- Created: 2022-09-19T13:39:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-27T09:09:07.000Z (about 2 years ago)
- Last Synced: 2023-04-12T11:53:12.260Z (over 1 year ago)
- Topics: docker, docker-image, mysql
- Language: Shell
- Homepage: https://hub.docker.com/r/yano3/mysql
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-mysql
[![Docker Image CI](https://github.com/yano3/docker-mysql/actions/workflows/ci.yml/badge.svg)](https://github.com/yano3/docker-mysql/actions/workflows/ci.yml)
MySQL 5.7 Docker image with ARM64 architecture support. Based on [official MySQL image](https://github.com/docker-library/mysql).
## Differences from the official image
- With multi-platform (`linux/amd64`, `linux/arm64`) support
- Based on Ubuntu Bionic## Tags
- [`5.7.40`](https://github.com/yano3/docker-mysql/blob/main/5.7/Dockerfile), [`5.7`](https://github.com/yano3/docker-mysql/blob/main/5.7/Dockerfile)
- [`5.7.39`](https://github.com/yano3/docker-mysql/blob/f91fd374ec28d433ac7f4cc11363c833bc0a249f/5.7/Dockerfile)## How to use this image
You can use this image in the [same way as the official image](https://hub.docker.com/_/mysql) except for the differences described above.