Merge pull request #134 from linuxserver/readme-master
Add nightly to version matrix
This commit is contained in:
commit
56b2c13a3a
@ -59,6 +59,14 @@ The architectures supported by this image are:
|
|||||||
| arm64 | arm64v8-latest |
|
| arm64 | arm64v8-latest |
|
||||||
| armhf | arm32v7-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 | Releases of Calibre-Web |
|
||||||
|
| nightly | Commits to the master branch of Calibre-Web |
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
@ -253,6 +261,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
|||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
* **10.02.21:** - Add libxrandr2
|
* **10.02.21:** - Add libxrandr2
|
||||||
|
* **25.01.21:** - Add nightly tag
|
||||||
* **19.01.21:** - Add python3-pkg-resources
|
* **19.01.21:** - Add python3-pkg-resources
|
||||||
* **13.01.21:** - Rebase to Ubuntu Focal, see [here](https://docs.linuxserver.io/faq#my-host-is-incompatible-with-images-based-on-ubuntu-focal) for troubleshooting armhf.
|
* **13.01.21:** - Rebase to Ubuntu Focal, see [here](https://docs.linuxserver.io/faq#my-host-is-incompatible-with-images-based-on-ubuntu-focal) for troubleshooting armhf.
|
||||||
* **12.10.20:** - Add libxi6
|
* **12.10.20:** - Add libxi6
|
||||||
|
@ -16,6 +16,12 @@ available_architectures:
|
|||||||
- { arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
|
- { arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
|
||||||
- { arch: "{{ arch_armhf }}", tag: "arm32v7-latest"}
|
- { arch: "{{ arch_armhf }}", tag: "arm32v7-latest"}
|
||||||
|
|
||||||
|
# development version
|
||||||
|
development_versions: true
|
||||||
|
development_versions_items:
|
||||||
|
- { tag: "latest", desc: "Releases of Calibre-Web" }
|
||||||
|
- { tag: "nightly", desc: "Commits to the master branch of Calibre-Web" }
|
||||||
|
|
||||||
# container parameters
|
# container parameters
|
||||||
common_param_env_vars_enabled: true
|
common_param_env_vars_enabled: true
|
||||||
param_container_name: "{{ project_name }}"
|
param_container_name: "{{ project_name }}"
|
||||||
@ -72,6 +78,7 @@ app_setup_block: |
|
|||||||
# changelog
|
# changelog
|
||||||
changelogs:
|
changelogs:
|
||||||
- { date: "10.02.21:", desc: "Add libxrandr2"}
|
- { date: "10.02.21:", desc: "Add libxrandr2"}
|
||||||
|
- { date: "25.01.21:", desc: "Add nightly tag"}
|
||||||
- { date: "19.01.21:", desc: "Add python3-pkg-resources"}
|
- { date: "19.01.21:", desc: "Add python3-pkg-resources"}
|
||||||
- { date: "13.01.21:", desc: "Rebase to Ubuntu Focal, see [here](https://docs.linuxserver.io/faq#my-host-is-incompatible-with-images-based-on-ubuntu-focal) for troubleshooting armhf." }
|
- { date: "13.01.21:", desc: "Rebase to Ubuntu Focal, see [here](https://docs.linuxserver.io/faq#my-host-is-incompatible-with-images-based-on-ubuntu-focal) for troubleshooting armhf." }
|
||||||
- { date: "12.10.20:", desc: "Add libxi6"}
|
- { date: "12.10.20:", desc: "Add libxi6"}
|
||||||
|
Loading…
Reference in New Issue
Block a user