You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears to me like images are published to ghcr.io/getsentry/relay per-commit and tagged with the commit hash but when a tagged / official release is created then it is only hosted on dockerhub. Due to all of the rate limiting issues with dockerhub including the new announcement of 10 pulls per hour it is highly desirable to have the official images also pushed to ghcr.io.
This ticket is to request that docker pull ghcr.io/getsentry/relay:25.2.0 works successfully and to potentially start recommending folks to use ghcr.io instead of dockerhub in the relay documentation at https://docs.sentry.io/product/relay/getting-started/. Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
yeah this is not ideal. We looked into this and sadly this requires a bit more work on our end. We opened an issue here for the functionality that would be required (If you want to follow along).
For the time being the workaround would be to search for the specific release that you are interested in and use its commit hash.
It appears to me like images are published to ghcr.io/getsentry/relay per-commit and tagged with the commit hash but when a tagged / official release is created then it is only hosted on dockerhub. Due to all of the rate limiting issues with dockerhub including the new announcement of 10 pulls per hour it is highly desirable to have the official images also pushed to ghcr.io.
This ticket is to request that
docker pull ghcr.io/getsentry/relay:25.2.0
works successfully and to potentially start recommending folks to use ghcr.io instead of dockerhub in the relay documentation at https://docs.sentry.io/product/relay/getting-started/. Thanks!The text was updated successfully, but these errors were encountered: