Skip to content

Commit df32370

Browse files
committed
hotfix: update explorer docker image, centralize image version
1 parent c53c4f3 commit df32370

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

content/influxdb3/explorer/install.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Use [Docker](https://docker.com) to install and run **InfluxDB 3 Explorer**.
3333
2. **Pull the {{% product-name %}} Docker image**
3434

3535
```bash
36-
docker pull influxdb/influxdb3-explorer:latest
36+
influxdata/influxdb3-ui:{{% latest-patch %}}
3737
```
3838

3939
3. **Create local directories** _(optional)_
@@ -87,7 +87,7 @@ Use [Docker](https://docker.com) to install and run **InfluxDB 3 Explorer**.
8787
--volume $(pwd)/config:/app-root/config:ro \
8888
--volume $(pwd)/db:/db:rw \
8989
--volume $(pwd)/ssl:/etc/nginx/ssl:ro \
90-
influxdb/influxdb3-explorer:latest \
90+
influxdata/influxdb3-ui:{{% latest-patch %}} \
9191
--mode=admin
9292
```
9393

@@ -220,7 +220,7 @@ docker run --detach \
220220
# ...
221221
--volume $(pwd)/db:/custom/db-path:rw \
222222
--env DATABASE_URL=/custom/db-path/sqlite.db \
223-
influxdb/influxdb3-explorer:latest
223+
influxdata/influxdb3-ui:{{% latest-patch %}}
224224
```
225225
{{% /expand %}}
226226
{{< /expand-wrapper >}}
@@ -238,7 +238,7 @@ uses a random 32-byte hex string as the session secret key.
238238
docker run --detach \
239239
# ...
240240
--env SESSION_SECRET_KEY=xxX0Xx000xX0XxxxX0Xx000xX0XxX00x \
241-
influxdb/influxdb3-explorer:latest
241+
influxdata/influxdb3-ui:{{% latest-patch %}}
242242
```
243243
{{% /expand %}}
244244
{{< /expand-wrapper >}}
@@ -264,7 +264,7 @@ docker run --detach \
264264
# ...
265265
--volume $(pwd)/ssl:/custom/ssl:ro \
266266
--env SSL_CERT_PATH=/custom/ssl/cert.pem \
267-
influxdb/influxdb3-explorer:latest
267+
influxdata/influxdb3-ui:{{% latest-patch %}}
268268
```
269269
{{% /expand %}}
270270
{{< /expand-wrapper >}}
@@ -283,7 +283,7 @@ docker run --detach \
283283
# ...
284284
--volume $(pwd)/ssl:/custom/ssl:ro \
285285
--env SSL_KEY_PATH=/custom/ssl/key.pem \
286-
influxdb/influxdb3-explorer:latest
286+
influxdata/influxdb3-ui:{{% latest-patch %}}
287287
```
288288
{{% /expand %}}
289289
{{< /expand-wrapper >}}

data/products.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,8 @@ explorer:
128128
menu_category: other
129129
list_order: 4
130130
versions: [v1]
131-
latest: v1.0
132-
latest_patches:
133-
v1: 1.0.0
131+
latest: explorer
132+
latest_patch: 1.0.0
134133
ai_sample_questions:
135134
- How do I use InfluxDB 3 Explorer to visualize data?
136135
- How do I create a dashboard in InfluxDB 3 Explorer?

0 commit comments

Comments
 (0)