You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,14 @@ The architectures supported by this image are:
56
56
| arm64 | arm64v8-latest |
57
57
| armhf | arm32v7-latest |
58
58
59
+
## Version Tags
60
+
61
+
This image provides various versions that are available via tags. `latest` tag usually provides the latest stable version. Others are considered under development and caution must be exercised when using them.
62
+
63
+
| Tag | Description |
64
+
| :----: | --- |
65
+
| latest | Currently using Ubuntu base images. Will be moved to the Alpine base in the near future. |
66
+
| alpine | Releases with an Alpine base. |
59
67
60
68
## Usage
61
69
@@ -174,13 +182,13 @@ Find custom.cnf in /config for config changes (restart container for them to tak
174
182
175
183
### Loading passwords and users from files
176
184
177
-
The `MYSQL_ROOT_PASSWORD MYSQL_DATABASE MYSQL_USER MYSQL_PASSWORD REMOTE_SQL` env values can be set in a file:
185
+
The `MYSQL_ROOT_PASSWORD MYSQL_DATABASE MYSQL_USER MYSQL_PASSWORD REMOTE_SQL` env values can be set in a file:
178
186
179
187
```
180
188
/config/env
181
189
```
182
190
183
-
Using the following format:
191
+
Using the following format:
184
192
185
193
```
186
194
MYSQL_ROOT_PASSWORD="ROOT_ACCESS_PASSWORD"
@@ -273,6 +281,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
273
281
274
282
## Versions
275
283
284
+
***08.02.21:** - Release alpine tag. The alpine release will replace the latest tag in the near future.
276
285
***27.10.19:** - Bump to 10.4, ability use custom sql on initial init ,defining root passwords via file.
277
286
***23.03.19:** - Switching to new Base images, shift to arm32v7 tag.
278
287
***07.03.19:** - Add ability to setup a database and default user on first spinup.
0 commit comments