From 77292cf169ef1251d2a2f82d5b1613eb78852958 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sun, 24 Mar 2019 23:13:13 +0100 Subject: [PATCH] Bot Updating Templated Files --- images/docker-beets.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/images/docker-beets.md b/images/docker-beets.md index efd5a910a..2146c58f0 100644 --- a/images/docker-beets.md +++ b/images/docker-beets.md @@ -24,14 +24,6 @@ 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 Beets Releases | -| nightly | Built against head of Beets git, generally considered unstable but a likely choice for power users of the application. | ## Usage @@ -136,7 +128,6 @@ In this instance `PUID=1000` and `PGID=1000`, to find yours use `id user` as bel ## Versions * **23.03.19:** - Switching to new Base images, shift to arm32v7 tag. -* **11.03.19:** - Swap copyartifacts for extrafiles, update endpoints with nightly tag. * **01.03.19:** - Switch to python3. * **07.02.19:** - Add fftw-dev build dependency for chromaprint. * **28.01.19:** - Add pipeline logic and multi arch.