Skip to content

Commit 2a55948

Browse files
authored
ref: Switch all nightly images to :nightly tag (#703)
1 parent 8512f52 commit 2a55948

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.env

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SENTRY_EVENT_RETENTION_DAYS=90
33
# You can either use a port number or an IP:PORT combo for SENTRY_BIND
44
# See https://docs.docker.com/compose/compose-file/#ports for more
55
SENTRY_BIND=9000
6-
SENTRY_IMAGE=getsentry/sentry:latest
7-
SNUBA_IMAGE=getsentry/snuba:latest
8-
RELAY_IMAGE=getsentry/relay:latest
9-
SYMBOLICATOR_IMAGE=getsentry/symbolicator:latest
6+
SENTRY_IMAGE=getsentry/sentry:nightly
7+
SNUBA_IMAGE=getsentry/snuba:nightly
8+
RELAY_IMAGE=getsentry/relay:nightly
9+
SYMBOLICATOR_IMAGE=getsentry/symbolicator:nightly

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you have any issues or questions, our [Community Forum](https://forum.sentry.
3535

3636
If you want to install a specific release of Sentry, use the tags/releases on this repo.
3737

38-
We continously push the Docker image for each commit made into [Sentry](https://github.com/getsentry/sentry), and other services such as [Snuba](https://github.com/getsentry/snuba) or [Symbolicator](https://github.com/getsentry/symbolicator) to [our Docker Hub](https://hub.docker.com/u/getsentry) and tag the latest version on master as `:latest`. This is also usually what we have on sentry.io and what the install script uses. You can use a custom Sentry image, such as a modified version that you have built on your own, or simply a specific commit hash by setting the `SENTRY_IMAGE` environment variable to that image name before running `./install.sh`:
38+
We continously push the Docker image for each commit made into [Sentry](https://github.com/getsentry/sentry), and other services such as [Snuba](https://github.com/getsentry/snuba) or [Symbolicator](https://github.com/getsentry/symbolicator) to [our Docker Hub](https://hub.docker.com/u/getsentry) and tag the latest version on master as `:nightly`. This is also usually what we have on sentry.io and what the install script uses. You can use a custom Sentry image, such as a modified version that you have built on your own, or simply a specific commit hash by setting the `SENTRY_IMAGE` environment variable to that image name before running `./install.sh`:
3939

4040
```shell
4141
SENTRY_IMAGE=getsentry/sentry:83b1380 ./install.sh

0 commit comments

Comments
 (0)