From 178f93ea991bf6aced37438d9a30e8e517068d5f Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Fri, 26 Apr 2019 19:54:59 -0400 Subject: [PATCH] Bot Updating Templated Files --- images/docker-heimdall.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/images/docker-heimdall.md b/images/docker-heimdall.md index 3d3949b20..69e1bc160 100644 --- a/images/docker-heimdall.md +++ b/images/docker-heimdall.md @@ -26,6 +26,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 Heimdall releases. | +| development | Latest commit from the github master branch. | ## Usage @@ -46,11 +54,6 @@ docker create \ linuxserver/heimdall ``` -Using tags, you can switch between the stable releases of Heimdall and the master branch. No tag is required for the latest stable release. -Add the development tag, if required, to the linuxserver/heimdall line of the run/create command in the following format, linuxserver/heimdall:development -The development tag will be the latest commit in the master branch of Heimdall. -HOWEVER , USE THE DEVELOPMENT TAG AT YOUR OWN PERIL !!!!!!!!! - ### docker-compose @@ -140,8 +143,13 @@ This image now supports password protection through htpasswd. Run the following ## Versions +* **01.04.19:** - Fix permission detect logic. +* **26.03.19:** - Install Heimdall during container start to prevent delayed start due to overlayfs bug with recursive chown. * **23.03.19:** - Switching to new Base images, shift to arm32v7 tag. +* **15.03.19:** - Clarify docker image tags in readme. * **22.02.19:** - Rebasing to alpine 3.9. +* **16.01.18:** - Generate random app key in .env for new installs. +* **20.11.18:** - Upgrade baseimage packages during build. * **04.11.18:** - Add php7-zip. * **31.10.18:** - Add queue service. * **17.10.18:** - Symlink avatars folder.