@@ -75,7 +75,7 @@ services:
7575 restart : unless-stopped
7676
7777 snuba :
78- image : ghcr.io/getsentry/snuba:nightly
78+ image : ghcr.io/getsentry/snuba:48d65526d42231abb4c2d3782a8840bea785cdea-amd64
7979 ports :
8080 - 127.0.0.1:1218:1218
8181 - 127.0.0.1:1219:1219
@@ -114,7 +114,7 @@ services:
114114 - orchestrator=devservices
115115 restart : unless-stopped
116116 profiles-consumer :
117- image : ghcr.io/getsentry/snuba:nightly
117+ image : ghcr.io/getsentry/snuba:48d65526d42231abb4c2d3782a8840bea785cdea-amd64
118118 command : [
119119 rust-consumer,
120120 --storage=profiles,
@@ -143,7 +143,7 @@ services:
143143 - orchestrator=devservices
144144 restart : unless-stopped
145145 profile-chunks-consumer :
146- image : ghcr.io/getsentry/snuba:nightly
146+ image : ghcr.io/getsentry/snuba:48d65526d42231abb4c2d3782a8840bea785cdea-amd64
147147 command : [
148148 rust-consumer,
149149 --storage=profile_chunks,
@@ -172,7 +172,7 @@ services:
172172 - orchestrator=devservices
173173 restart : unless-stopped
174174 functions-consumer :
175- image : ghcr.io/getsentry/snuba:nightly
175+ image : ghcr.io/getsentry/snuba:48d65526d42231abb4c2d3782a8840bea785cdea-amd64
176176 command : [
177177 rust-consumer,
178178 --storage=functions_raw,
@@ -201,7 +201,7 @@ services:
201201 - orchestrator=devservices
202202 restart : unless-stopped
203203 metrics-consumer :
204- image : ghcr.io/getsentry/snuba:nightly
204+ image : ghcr.io/getsentry/snuba:48d65526d42231abb4c2d3782a8840bea785cdea-amd64
205205 command : [
206206 rust-consumer,
207207 --storage=metrics_raw,
@@ -230,7 +230,7 @@ services:
230230 - orchestrator=devservices
231231 restart : unless-stopped
232232 generic-metrics-distributions-consumer :
233- image : ghcr.io/getsentry/snuba:nightly
233+ image : ghcr.io/getsentry/snuba:48d65526d42231abb4c2d3782a8840bea785cdea-amd64
234234 command : [
235235 rust-consumer,
236236 --storage=generic_metrics_distributions_raw,
@@ -259,7 +259,7 @@ services:
259259 - orchestrator=devservices
260260 restart : unless-stopped
261261 generic-metrics-sets-consumer :
262- image : ghcr.io/getsentry/snuba:nightly
262+ image : ghcr.io/getsentry/snuba:48d65526d42231abb4c2d3782a8840bea785cdea-amd64
263263 command : [
264264 rust-consumer,
265265 --storage=generic_metrics_sets_raw,
@@ -288,7 +288,7 @@ services:
288288 - orchestrator=devservices
289289 restart : unless-stopped
290290 generic-metrics-counters-consumer :
291- image : ghcr.io/getsentry/snuba:nightly
291+ image : ghcr.io/getsentry/snuba:48d65526d42231abb4c2d3782a8840bea785cdea-amd64
292292 command : [
293293 rust-consumer,
294294 --storage=generic_metrics_counters_raw,
@@ -317,7 +317,7 @@ services:
317317 - orchestrator=devservices
318318 restart : unless-stopped
319319 generic-metrics-gauges-consumer :
320- image : ghcr.io/getsentry/snuba:nightly
320+ image : ghcr.io/getsentry/snuba:48d65526d42231abb4c2d3782a8840bea785cdea-amd64
321321 command : [
322322 rust-consumer,
323323 --storage=generic_metrics_gauges_raw,
0 commit comments