Skip to content

Commit

Permalink
Temporarily switch to a single docker host for Test to test new images.
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Oct 4, 2017
1 parent fd7b891 commit 884b812
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion env/test/group_vars/galaxyservers/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ interactive_environments_config_files:
- ie_name: jupyter
file: allowed_images.yml
contents:
- image: "quay.io/bgruening/docker-jupyter-notebook:17.05.1"
- image: "quay.io/bgruening/docker-jupyter-notebook:b17.09"
description: >
The Jupyter notebook is the next iteration of IPython, allowing
analysis in many different languages. This image features the Python,
Expand All @@ -129,6 +129,10 @@ interactive_environments_error_log_path: "{{ galaxy_log_dir }}/gie_proxy-error.l
containers_yaml:
containers:
_default_:
type: docker
host: tcp://149.165.171.238:2376
force_tlsverify: yes
swarm:
type: docker_swarm
host: tcp://jetstream-tacc0.galaxyproject.org:2376
force_tlsverify: yes
Expand Down

0 comments on commit 884b812

Please sign in to comment.