From 0fff1e545344a2d057187167f59eeaca556aab14 Mon Sep 17 00:00:00 2001 From: aptalca Date: Wed, 16 Jan 2019 13:52:40 -0500 Subject: [PATCH] add development tag info --- README.md | 5 +++++ readme-vars.yml | 9 +++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 515c9e9..6455c20 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,11 @@ 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 diff --git a/readme-vars.yml b/readme-vars.yml index 854a5e2..3854efe 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -32,8 +32,13 @@ param_env_vars: - { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London"} # optional parameters -optional_block_1: false -optional_block_1_items: "" +optional_block_1: true +optional_block_1_items: + - | + 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 !!!!!!!!! # application setup block app_setup_block_enabled: true