From ba94cb8370e47f1a4a1e4ffc107359fe6677827d Mon Sep 17 00:00:00 2001 From: vstempen <147086176+vstempen@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:53:48 -0400 Subject: [PATCH 1/2] Documented Docker container OpenSSL abilities being affected by Host network proxy services (#440) * Documented Docker container OpenSSL abilities being affected by host network proxy services, causing network certificates verification problem during Docker container build stage of Grafana server setup. Signed-off-by: Vladimir Stempen * Update docs/install/grafana-setup.rst Co-authored-by: Peter Park Signed-off-by: vstempen <147086176+vstempen@users.noreply.github.com> --------- Signed-off-by: Vladimir Stempen Signed-off-by: vstempen <147086176+vstempen@users.noreply.github.com> Co-authored-by: Peter Park --- docs/install/grafana-setup.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/install/grafana-setup.rst b/docs/install/grafana-setup.rst index a7486d28..39dca6e8 100644 --- a/docs/install/grafana-setup.rst +++ b/docs/install/grafana-setup.rst @@ -79,6 +79,13 @@ directory to begin. $ sudo docker-compose build $ sudo docker-compose up -d +.. note:: + + To troubleshoot Docker container build failures related to certificate verification, try + disabling any network proxy services on the host system. These proxy services can interfere + with OpenSSL's ability to retrieve a correct certificate chain when the container accesses + external websites. + The TCP ports for Grafana (``4000``) and MongoDB (``27017``) in the Docker container are mapped to ``14000`` and ``27018``, respectively, on the host side. From e633d17372546152e4e3fd93e267b42886003a0a Mon Sep 17 00:00:00 2001 From: coleramos425 Date: Fri, 11 Oct 2024 20:25:43 +0000 Subject: [PATCH 2/2] Update CODEOWNERS for product team Signed-off-by: coleramos425 --- .github/CODEOWNERS | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 56098b9c..effb470a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,7 +1,13 @@ -* @koomie @coleramos425 +* @coleramos425 @feizheng10 @dgaliffiAMD # Documentation files docs/ @ROCm/rocm-documentation *.md @ROCm/rocm-documentation *.rst @ROCm/rocm-documentation .readthedocs.yaml @ROCm/rocm-documentation + +# Packaging +cmake/ @koomie +tests/ @koomie +CMakeLists.txt @koomie +utils/ @koomie \ No newline at end of file