From 035c94681f911d3fad7e8ba8aadf0e9ed69fc023 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Sat, 30 Apr 2022 22:24:05 -0700 Subject: [PATCH] referencing Github container registry for all images. --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- CONTRIBUTING.md | 2 +- README.md | 6 +++--- docs/TROUBLESHOOTING_DEVICE_COLLECTOR.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2c67489..dc01c62 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -30,7 +30,7 @@ docker run -it --rm -p 8080:8080 \ -e COLLECTOR_LOG_FILE=/tmp/collector.log \ -e SCRUTINY_LOG_FILE=/tmp/web.log \ --name scrutiny \ -analogj/scrutiny +ghcr.io/analogj/scrutiny:master-omnibus # in another terminal trigger the collector docker exec scrutiny scrutiny-collector-metrics run diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index da29a48..e4730dc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ docker run -it --rm -p 8080:8080 \ --cap-add SYS_RAWIO \ --device=/dev/sda \ --device=/dev/sdb \ -analogj/scrutiny +ghcr.io/analogj/scrutiny:master-omnibus /scrutiny/bin/scrutiny-collector-metrics run ``` diff --git a/README.md b/README.md index 9a7a422..5172af6 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ docker run -it --rm -p 8080:8080 \ --device=/dev/sda \ --device=/dev/sdb \ --name scrutiny \ - analogj/scrutiny + ghcr.io/analogj/scrutiny:master-omnibus ``` - `/run/udev` is necessary to provide the Scrutiny collector with access to your device metadata @@ -96,7 +96,7 @@ In addition to the Omnibus image (available under the `latest` tag) there are 2 ```bash docker run -it --rm -p 8080:8080 \ --name scrutiny-web \ - analogj/scrutiny:web + ghcr.io/analogj/scrutiny:master-web docker run -it --rm \ -v /run/udev:/run/udev:ro \ @@ -105,7 +105,7 @@ docker run -it --rm \ --device=/dev/sdb \ -e SCRUTINY_API_ENDPOINT=http://SCRUTINY_WEB_IPADDRESS:8080 \ --name scrutiny-collector \ - analogj/scrutiny:collector + ghcr.io/analogj/scrutiny:master-collector ``` ## Manual Installation (without-Docker) diff --git a/docs/TROUBLESHOOTING_DEVICE_COLLECTOR.md b/docs/TROUBLESHOOTING_DEVICE_COLLECTOR.md index 225a94c..73eb4b0 100644 --- a/docs/TROUBLESHOOTING_DEVICE_COLLECTOR.md +++ b/docs/TROUBLESHOOTING_DEVICE_COLLECTOR.md @@ -43,7 +43,7 @@ docker run -it --rm \ --cap-add SYS_RAWIO \ --device=/dev/sda \ --device=/dev/sdb \ - analogj/scrutiny:collector smartctl --scan + ghcr.io/analogj/scrutiny:master-collector smartctl --scan ``` If the output is the same, your devices will be processed by Scrutiny.