From f20ea7c057d0bc680d2afe2b661da418ec4b541b Mon Sep 17 00:00:00 2001 From: Nathan Swain Date: Tue, 11 Apr 2023 08:53:32 -0600 Subject: [PATCH] Docker command use unidata/thredds-docker:4.6.20 (#939) --- tests/unit_tests/test_tethys_cli/test_docker_commands.py | 2 +- tethys_cli/docker_commands.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unit_tests/test_tethys_cli/test_docker_commands.py b/tests/unit_tests/test_tethys_cli/test_docker_commands.py index 45c36eb4b..b5fcb22f4 100644 --- a/tests/unit_tests/test_tethys_cli/test_docker_commands.py +++ b/tests/unit_tests/test_tethys_cli/test_docker_commands.py @@ -560,7 +560,7 @@ def test_cm_default_container_options_thredds(self, mock_port_bindings_prop): mock_port_bindings_prop.return_value = mock_port_bindings expected_options = dict( name="tethys_thredds", - image="unidata/thredds-docker:4.6.20-SNAPSHOT", + image="unidata/thredds-docker:4.6.20", environment=dict( TDM_PW="CHANGEME!", TDS_HOST="http://localhost", diff --git a/tethys_cli/docker_commands.py b/tethys_cli/docker_commands.py index a5682af7f..f48c2d427 100644 --- a/tethys_cli/docker_commands.py +++ b/tethys_cli/docker_commands.py @@ -541,7 +541,7 @@ class ThreddsContainerMetadata(ContainerMetadata): name = "tethys_thredds" display_name = "THREDDS" image_name = "unidata/thredds-docker" - tag = "4.6.20-SNAPSHOT" + tag = "4.6.20" host_port = 8383 container_port = 8080