Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit 67b617d

Browse files
committed
Adds information about the image tags
1 parent 70877d7 commit 67b617d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,14 @@ However, you can modify the CLI options by setting the following environment var
120120

121121
* `OPTIONS`: Options passed to `mydumper` (when `MODE` is `BACKUP`) or `myloader` (when `MODE` is `RESTORE`)
122122

123+
## Tags and Arch
124+
125+
Starting with version v0.0.2, the images are multi-arch, with builds for amd64, arm64 and armv7.
126+
* `vN.N.N` - for example v0.0.2
127+
* `latest` - always pointing to the latest version
128+
* `dev-branch` - the last build on a feature/development branch
129+
* `dev-master` - the last build on the master branch
130+
123131
## Credits
124132

125133
Special thanks to [confirm/docker-mysql-backup](https://github.com/confirm/docker-mysql-backup), which this project uses heavily.

0 commit comments

Comments
 (0)