From 5802322192a621e5108a4805f6f46b8e3021c2df Mon Sep 17 00:00:00 2001 From: Brandon Clayton <bclayton@usgs.gov> Date: Thu, 14 Apr 2022 12:38:55 -0600 Subject: [PATCH] update docker info --- docs/pages/Building-&-Running.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/pages/Building-&-Running.md b/docs/pages/Building-&-Running.md index 37a93a42d..5bafde11c 100644 --- a/docs/pages/Building-&-Running.md +++ b/docs/pages/Building-&-Running.md @@ -74,10 +74,11 @@ files. Disaggregations also have some independent ## Run with [Docker](https://docs.docker.com/install/) -nshmp-haz is available as a [public image](https://hub.docker.com/repository/docker/usgs/nshmp-haz) +nshmp-haz is available as a public image from the +[container registry](https://code.usgs.gov/ghsc/nshmp/nshmp-haz/container_registry) with tags: -* `development-latest`: Developer forks +* `latest`: Refers to the latest updates from the main or production branch * `staging-latest`: Latest updates associated with the [main](https://code.usgs.gov/ghsc/nshmp/nshmp-haz/-/tree/main) branch * `production-latest`: Latest stable release associated with the -- GitLab