diff --git a/content/influxdb3/explorer/install.md b/content/influxdb3/explorer/install.md index 83d967b3f..9478137ec 100644 --- a/content/influxdb3/explorer/install.md +++ b/content/influxdb3/explorer/install.md @@ -33,7 +33,7 @@ Use [Docker](https://docker.com) to install and run **InfluxDB 3 Explorer**. 2. **Pull the {{% product-name %}} Docker image** ```bash - docker pull influxdb/influxdb3-explorer:latest + influxdata/influxdb3-ui:{{% latest-patch %}} ``` 3. **Create local directories** _(optional)_ @@ -87,7 +87,7 @@ Use [Docker](https://docker.com) to install and run **InfluxDB 3 Explorer**. --volume $(pwd)/config:/app-root/config:ro \ --volume $(pwd)/db:/db:rw \ --volume $(pwd)/ssl:/etc/nginx/ssl:ro \ - influxdb/influxdb3-explorer:latest \ + influxdata/influxdb3-ui:{{% latest-patch %}} \ --mode=admin ``` @@ -220,7 +220,7 @@ docker run --detach \ # ... --volume $(pwd)/db:/custom/db-path:rw \ --env DATABASE_URL=/custom/db-path/sqlite.db \ - influxdb/influxdb3-explorer:latest + influxdata/influxdb3-ui:{{% latest-patch %}} ``` {{% /expand %}} {{< /expand-wrapper >}} @@ -238,7 +238,7 @@ uses a random 32-byte hex string as the session secret key. docker run --detach \ # ... --env SESSION_SECRET_KEY=xxX0Xx000xX0XxxxX0Xx000xX0XxX00x \ - influxdb/influxdb3-explorer:latest + influxdata/influxdb3-ui:{{% latest-patch %}} ``` {{% /expand %}} {{< /expand-wrapper >}} @@ -264,7 +264,7 @@ docker run --detach \ # ... --volume $(pwd)/ssl:/custom/ssl:ro \ --env SSL_CERT_PATH=/custom/ssl/cert.pem \ - influxdb/influxdb3-explorer:latest + influxdata/influxdb3-ui:{{% latest-patch %}} ``` {{% /expand %}} {{< /expand-wrapper >}} @@ -283,7 +283,7 @@ docker run --detach \ # ... --volume $(pwd)/ssl:/custom/ssl:ro \ --env SSL_KEY_PATH=/custom/ssl/key.pem \ - influxdb/influxdb3-explorer:latest + influxdata/influxdb3-ui:{{% latest-patch %}} ``` {{% /expand %}} {{< /expand-wrapper >}} diff --git a/data/products.yml b/data/products.yml index 793a5e70c..173e838d7 100644 --- a/data/products.yml +++ b/data/products.yml @@ -128,9 +128,8 @@ explorer: menu_category: other list_order: 4 versions: [v1] - latest: v1.0 - latest_patches: - v1: 1.0.0 + latest: explorer + latest_patch: 1.0.0 ai_sample_questions: - How do I use InfluxDB 3 Explorer to visualize data? - How do I create a dashboard in InfluxDB 3 Explorer?