From 21e5731355ebcbba2bb4280844091576c7700abf Mon Sep 17 00:00:00 2001 From: Daniel Blankenberg Date: Mon, 27 Mar 2017 11:58:59 -0400 Subject: [PATCH] Fix for EtherCalc IE image specification. Will allow EtherCalc to work in 17.05. --- .../ethercalc/config/allowed_images.yml.sample | 11 +++++++++++ .../ethercalc/config/ethercalc.ini.sample | 3 --- 2 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 config/plugins/interactive_environments/ethercalc/config/allowed_images.yml.sample diff --git a/config/plugins/interactive_environments/ethercalc/config/allowed_images.yml.sample b/config/plugins/interactive_environments/ethercalc/config/allowed_images.yml.sample new file mode 100644 index 00000000000..5043284c300 --- /dev/null +++ b/config/plugins/interactive_environments/ethercalc/config/allowed_images.yml.sample @@ -0,0 +1,11 @@ +# This file lists acceptable images to allow runing. +# +# This allows you, the admin, to create multiple flavours +# for your users to run. E.g. maybe you need a geosciences flavour, +# you can create the image based on our default image and add the +# appropriate `apt-get/pip install` statements. +--- +- + image: shiltemann/ethercalc-galaxy-ie:17.05 + description: | + EtherCalc is a web spreadsheet. diff --git a/config/plugins/interactive_environments/ethercalc/config/ethercalc.ini.sample b/config/plugins/interactive_environments/ethercalc/config/ethercalc.ini.sample index 63a1a2648c9..cd57f8deb62 100644 --- a/config/plugins/interactive_environments/ethercalc/config/ethercalc.ini.sample +++ b/config/plugins/interactive_environments/ethercalc/config/ethercalc.ini.sample @@ -12,9 +12,6 @@ # usual group/sudo changes. #command = docker {docker_args} -# The docker image name that should be started. -image = shiltemann/ethercalc-galaxy-ie:17.05 - # Additional arguments that are passed to the `docker run` command. #command_inject = --sig-proxy=true -e DEBUG=false