From 306f642ad3269bf5bd692644dfd54fb282a53fc9 Mon Sep 17 00:00:00 2001 From: Philippe Vaucher Date: Thu, 24 Sep 2026 16:53:30 +0200 Subject: [PATCH] [misc] Use the Silo image for the S3 upload test (#7619) --- upload-server/server/s3_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload-server/server/s3_test.go b/upload-server/server/s3_test.go index cba65c8c8..6c946d8d0 100644 --- a/upload-server/server/s3_test.go +++ b/upload-server/server/s3_test.go @@ -29,7 +29,7 @@ func Test_S3HandlerGetUploadURL(t *testing.T) { ctx := context.Background() c, err := testcontainers.GenericContainer(ctx, testcontainers.GenericContainerRequest{ ContainerRequest: testcontainers.ContainerRequest{ - Image: "quay.io/minio/minio:RELEASE.2025-04-22T22-12-26Z", + Image: "pgsty/silo:RELEASE.2026-09-16T00-00-00Z", ExposedPorts: []string{"9000/tcp"}, Env: map[string]string{ "MINIO_ROOT_USER": "minioadmin",