Skip to content

Commit 275440f

Browse files
bump to v1.0 for release (#538)
* bump to v1.0 for release * add note on apple silicon * address review feedback
1 parent 933bcaf commit 275440f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# compose
2-
IMAGE_VERSION=v0.6.1-beta
2+
IMAGE_VERSION=v1.0.0
33
IMAGE_NAME=ghcr.io/open-telemetry/demo
44

55
# Collector

docs/docker_deployment.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ cd opentelemetry-demo/
3030
docker compose up --no-build
3131
```
3232

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+
3336
**Note:** The `--no-build` flag is used to fetch released docker images from
3437
[ghcr](http://ghcr.io/open-telemetry/demo) instead of building from source.
3538
Removing the `--no-build` command line option will rebuild all images from

0 commit comments

Comments
 (0)