Skip to content

Commit

Permalink
bump to v1.0 for release (#538)
Browse files Browse the repository at this point in the history
* bump to v1.0 for release

* add note on apple silicon

* address review feedback
  • Loading branch information
austinlparker committed Oct 24, 2022
1 parent 933bcaf commit 275440f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# compose
IMAGE_VERSION=v0.6.1-beta
IMAGE_VERSION=v1.0.0
IMAGE_NAME=ghcr.io/open-telemetry/demo

# Collector
Expand Down
3 changes: 3 additions & 0 deletions docs/docker_deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ cd opentelemetry-demo/
docker compose up --no-build
```

> **Note:** If you're running on Apple Silicon, please run `docker compose
> build` in order to create local images vs. pulling them from the repository.
**Note:** The `--no-build` flag is used to fetch released docker images from
[ghcr](http://ghcr.io/open-telemetry/demo) instead of building from source.
Removing the `--no-build` command line option will rebuild all images from
Expand Down

0 comments on commit 275440f

Please sign in to comment.