From a832559e14d0e22aba1aab8bffb24f6e739de889 Mon Sep 17 00:00:00 2001 From: Robert Fratto Date: Tue, 30 Apr 2024 14:57:18 -0400 Subject: [PATCH] docs: document boringcrypto images --- docs/sources/get-started/install/docker.md | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/docs/sources/get-started/install/docker.md b/docs/sources/get-started/install/docker.md index 67b78e6c0c..2939c93228 100644 --- a/docs/sources/get-started/install/docker.md +++ b/docs/sources/get-started/install/docker.md @@ -50,6 +50,19 @@ Make sure you pass `--server.http.listen-addr=0.0.0.0:12345` as an argument as s If you don't pass this argument, the [debugging UI][UI] won't be available outside of the Docker container. {{< /admonition >}} +### Boringcrypto images + +> **Note**: `boringcrypto` support is in _Public preview_ and is only available +> on AMD64 and ARM64 platforms. + +`boringcrypto` images are published with every release starting with version +1.1: + +* The latest `boringcrypto` image is published as `grafana/alloy:boringcrypto`. +* A specific version of the `boringcrypto` image is published as + `grafana/alloy:-boringcrypto`, such as + `grafana/alloy:v1.1.0-boringcrypto`. + ## Run a Windows Docker container To run {{< param "PRODUCT_NAME" >}} as a Windows Docker container, run the following command in a terminal window: @@ -75,6 +88,20 @@ Make sure you pass `--server.http.listen-addr=0.0.0.0:12345` as an argument as s If you don't pass this argument, the [debugging UI][UI] won't be available outside of the Docker container. {{< /admonition >}} +### Cngcrypto images + +> **Note**: `cngcrypto` support is in _Public preview_ and is only available +> on AMD64 platforms. + +`cngcrypto` images are published with every release starting with version +1.1: + +* The latest `cngcrypto` image is published as `grafana/alloy:nanoserver-1809-cngcrypto`. +* A specific version of the `cngcrypto` image is published as + `grafana/alloy:-nanoserver-1809-cngcrypto`, such as + `grafana/alloy:v1.1.0-nanoserver-1809-cngcrypto`. + + ## Verify To verify that {{< param "PRODUCT_NAME" >}} is running successfully, navigate to and make sure the {{< param "PRODUCT_NAME" >}} [UI][] loads without error.