We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 933bcaf commit 275440fCopy full SHA for 275440f
.env
@@ -1,5 +1,5 @@
1
# compose
2
-IMAGE_VERSION=v0.6.1-beta
+IMAGE_VERSION=v1.0.0
3
IMAGE_NAME=ghcr.io/open-telemetry/demo
4
5
# Collector
docs/docker_deployment.md
@@ -30,6 +30,9 @@ cd opentelemetry-demo/
30
docker compose up --no-build
31
```
32
33
+> **Note:** If you're running on Apple Silicon, please run `docker compose
34
+> build` in order to create local images vs. pulling them from the repository.
35
+
36
**Note:** The `--no-build` flag is used to fetch released docker images from
37
[ghcr](http://ghcr.io/open-telemetry/demo) instead of building from source.
38
Removing the `--no-build` command line option will rebuild all images from
0 commit comments