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

Commit 15578cd

Browse files
Bot Updating Templated Files
1 parent bfda1dd commit 15578cd

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,20 @@ The architectures supported by this image are:
5858
| arm64 || arm64v8-\<version tag\> |
5959
| armhf|| arm32v7-\<version tag\> |
6060

61+
## Version Tags
62+
63+
This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags.
64+
65+
| Tag | Available | Description |
66+
| :----: | :----: |--- |
67+
| latest || Stable releases. |
68+
| develop || Latest commits from the develop branch |
69+
6170
## Application Setup
6271

6372
There is a [walkthrough](https://metamanager.wiki/en/latest/home/guides/docker.html#setting-up-the-initial-config-file) available to help get you up and running.
6473

65-
This image supports all of the environment variables listed [here](https://metamanager.wiki/en/latest/home/environmental.html)
74+
This image supports all of the environment variables listed [here](https://metamanager.wiki/en/latest/home/environmental.html) and all commandline arguments.
6675

6776
To perform a one-time run use `docker run` (or `docker-compose run`) with the `--rm` and `-e PMM_RUN=True` arguments. This will cause the container to process your config immediately instead of waiting for the scheduled time, and delete the old container after completion.
6877

@@ -238,6 +247,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
238247

239248
## Versions
240249

250+
* **08.11.22:** - Add develop branch.
241251
* **25.10.22:** - Support commandline args and relative paths.
242252
* **03.10.22:** - Rebase to Alpine 3.16, migrate to s6v3.
243253
* **30.01.22:** - Initial Release.

0 commit comments

Comments
 (0)