Skip to content

Commit 609aad6

Browse files
committed
Adding ghcr.io image in README
1 parent 6ee52b5 commit 609aad6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ This repository contains a set of **developer-friendly** MySQL images for Docker
1111

1212
## Images
1313

14-
| Name | MySQL version | Base distribution | Architectures
15-
|-----------------------------------------------------------------------------------------------------------------|---------------|-------------------|----------------
16-
| [thecodingmachine/mysql:5.7-v2](https://github.com/thecodingmachine/docker-images-mysql/blob/master/Dockerfile) | `5.7.x` | Oracle Linux | AMD64
17-
| [thecodingmachine/mysql:8.0-v2](https://github.com/thecodingmachine/docker-images-mysql/blob/master/Dockerfile) | `8.0.x` | Oracle Linux | AMD64 / ARM64
18-
| [thecodingmachine/mysql:5.7-v1](https://github.com/thecodingmachine/docker-images-mysql/blob/master/Dockerfile) | `5.7.x` | Debian Linux | AMD64
19-
| [thecodingmachine/mysql:8.0-v1](https://github.com/thecodingmachine/docker-images-mysql/blob/master/Dockerfile) | `8.0.x` | Debian Linux | AMD64
14+
| Name | MySQL version | Base distribution | Architectures |
15+
|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|-------------------|----------------|
16+
| [thecodingmachine/mysql:5.7-v2](https://github.com/thecodingmachine/docker-images-mysql/blob/master/Dockerfile)<br/>[ghcr.io/thecodingmachine/mysql:5.7-v2](https://github.com/thecodingmachine/docker-images-mysql/blob/master/Dockerfile) | `5.7.x` | Oracle Linux | AMD64 |
17+
| [thecodingmachine/mysql:8.0-v2](https://github.com/thecodingmachine/docker-images-mysql/blob/master/Dockerfile)<br/>[ghcr.io/thecodingmachine/mysql:8.0-v2](https://github.com/thecodingmachine/docker-images-mysql/blob/master/Dockerfile) | `8.0.x` | Oracle Linux | AMD64 / ARM64 |
18+
| [thecodingmachine/mysql:5.7-v1](https://github.com/thecodingmachine/docker-images-mysql/blob/master/Dockerfile) | `5.7.x` | Debian Linux | AMD64 |
19+
| [thecodingmachine/mysql:8.0-v1](https://github.com/thecodingmachine/docker-images-mysql/blob/master/Dockerfile) | `8.0.x` | Debian Linux | AMD64 |
2020

2121
Note: we do not tag patch releases of MySQL, only minor versions. You will find one image for MySQL 5.7, one for MySQL 8.0,
2222
but no tagged image for MySQL 5.7.12. This is because we believe you have no valid reason to ask explicitly for 5.7.12.

0 commit comments

Comments
 (0)