Skip to content

Commit

Permalink
fix(relay): Use Docker Hub as relay image registry (getsentry#462)
Browse files Browse the repository at this point in the history
We regularly prune old Google Cloud Build images and also GCB registry is not accessible to everyone all the time (firewall settings, being in China, etc.)

Fixes getsentry#445.
  • Loading branch information
BYK authored May 1, 2020
1 parent 8c053b6 commit 3244a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ services:
- relay
relay:
<< : *restart_policy
image: "us.gcr.io/sentryio/relay:latest"
image: "getsentry/relay:latest"
volumes:
- type: bind
read_only: true
Expand Down

0 comments on commit 3244a96

Please sign in to comment.