2
0

fix(relay): Use Docker Hub as relay image registry (#462)

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 #445.
This commit is contained in:
Burak Yigit Kaya
2020-05-01 16:23:50 +03:00
committed by GitHub
parent 8c053b661a
commit 3244a966ec

View File

@ -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