Skip to content

Commit

Permalink
Docker command use unidata/thredds-docker:4.6.20 (#939)
Browse files Browse the repository at this point in the history
  • Loading branch information
swainn authored Apr 11, 2023
1 parent 9f3ce6c commit f20ea7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/unit_tests/test_tethys_cli/test_docker_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tethys_cli/docker_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f20ea7c

Please sign in to comment.