From 60e33eaa6c2dac22909af396ac35bedf98d7e013 Mon Sep 17 00:00:00 2001 From: David Anthony Date: Tue, 30 Apr 2024 16:38:15 -0500 Subject: [PATCH] Simplifying docker registry paths (#210) * Simplifying docker registry paths * Updating email --- docker/ldap_authentication/docker-compose.yml | 2 +- docker/private_registry/docker-compose.yml | 2 +- docker/reverse_proxy/docker-compose.yml | 2 +- docs/_config.yml | 2 +- docs/about.md | 2 +- docs/installation/docker/without-compose.md | 2 +- docs/installation/upgrading.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docker/ldap_authentication/docker-compose.yml b/docker/ldap_authentication/docker-compose.yml index 6e9d77f8..a9803a54 100644 --- a/docker/ldap_authentication/docker-compose.yml +++ b/docker/ldap_authentication/docker-compose.yml @@ -11,7 +11,7 @@ services: - docker_cache:/var/lib/docker command: ["dockerd", "--host=tcp://0.0.0.0:2375"] bagdb: - image: ghcr.io/swri-robotics/bag-database/bag-database:latest + image: ghcr.io/swri-robotics/bag-database:latest networks: - bagdb depends_on: diff --git a/docker/private_registry/docker-compose.yml b/docker/private_registry/docker-compose.yml index c0c34665..69ef6ded 100644 --- a/docker/private_registry/docker-compose.yml +++ b/docker/private_registry/docker-compose.yml @@ -20,7 +20,7 @@ services: volumes: - registry:/var/lib/registry bagdb: - image: ghcr.io/swri-robotics/bag-database/bag-database:latest + image: ghcr.io/swri-robotics/bag-database:latest networks: - bagdb depends_on: diff --git a/docker/reverse_proxy/docker-compose.yml b/docker/reverse_proxy/docker-compose.yml index 70a024e0..9df7cb2e 100644 --- a/docker/reverse_proxy/docker-compose.yml +++ b/docker/reverse_proxy/docker-compose.yml @@ -21,7 +21,7 @@ services: - docker_cache:/var/lib/docker command: ["dockerd", "--host=tcp://0.0.0.0:2375"] bagdb: - image: ghcr.io/swri-robotics/bag-database/bag-database:latest + image: ghcr.io/swri-robotics/bag-database:latest networks: - bagdb depends_on: diff --git a/docs/_config.yml b/docs/_config.yml index ab407e7a..14051c67 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -19,7 +19,7 @@ # in the templates via {{ site.myvariable }}. title: Bag Database -email: preed@swri.org +email: swri-robotics@swri.org description: >- # this means to ignore newlines until "baseurl:" The Bag Database is a web-based application that makes it simple to catalogue ROS bag files, search through them, and perform operations on them. diff --git a/docs/about.md b/docs/about.md index ce48c95c..e37e2198 100644 --- a/docs/about.md +++ b/docs/about.md @@ -18,7 +18,7 @@ to everybody who has contributed to it. The Bag Database's source code is hosted on GitHub at [https://github.com/swri-robotics/bag-database](https://github.com/swri-robotics/bag-database). -Pre-built Docker images are on Docker Hub at [https://ghcr.io/swri-robotics/bag-database/bag-database:latest](https://ghcr.io/swri-robotics/bag-database/bag-database:latest). +Pre-built Docker images are on Docker Hub at [https://ghcr.io/swri-robotics/bag-database:latest](https://ghcr.io/swri-robotics/bag-database:latest). Let us know how it works for you! diff --git a/docs/installation/docker/without-compose.md b/docs/installation/docker/without-compose.md index bb14a7d8..32a0dd3c 100644 --- a/docs/installation/docker/without-compose.md +++ b/docs/installation/docker/without-compose.md @@ -26,7 +26,7 @@ docker run -d \ -e METADATA_TOPICS="/metadata" \ -e VEHICLE_NAME_TOPICS="/vehicle_name" \ -e GPS_TOPICS="/localization/gps, /gps, /imu/fix" \ - ghcr.io/swri-robotics/bag-database/bag-database:latest + ghcr.io/swri-robotics/bag-database:latest ``` After the bag database has successfully started, the bag database should be diff --git a/docs/installation/upgrading.md b/docs/installation/upgrading.md index da2f8b0b..413d123c 100644 --- a/docs/installation/upgrading.md +++ b/docs/installation/upgrading.md @@ -20,7 +20,7 @@ copy of the database container's volume. As long as you're using the same version of PostgreSQL, upgrading should be painless. Pull the latest version of the Bag Database image -(`docker pull ghcr.io/swri-robotics/bag-database/bag-database:latest`) and restarts its container; +(`docker pull ghcr.io/swri-robotics/bag-database:latest`) and restarts its container; if there are any database schema changes, it will automatically update everything. If you are also updating your PostgreSQL container, you will need to manually