Skip to content

Commit

Permalink
adding unstable branch to advertised tags (#58)
Browse files Browse the repository at this point in the history
adding unstable branch to advertised tags
  • Loading branch information
j0nnymoe authored Nov 5, 2019
2 parents 3eb0345 + 9f36ab0 commit 8f57215
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@ The architectures supported by this image are:
| arm64 | arm64v8-latest |
| armhf | arm32v7-latest |

## Version Tags

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.

| Tag | Description |
| :----: | --- |
| latest | Stable qbittorrent releases |
| unstable | Unstable qbittorrent releases |

## Usage

Expand Down
6 changes: 6 additions & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ available_architectures:
- { arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
- { arch: "{{ arch_armhf }}", tag: "arm32v7-latest"}

# development version
development_versions: true
development_versions_items:
- { tag: "latest", desc: "Stable qbittorrent releases" }
- { tag: "unstable", desc: "Unstable qbittorrent releases" }

# container parameters
common_param_env_vars_enabled: true
param_container_name: "{{ project_name }}"
Expand Down

0 comments on commit 8f57215

Please sign in to comment.