[misc] Use the Silo image for the S3 upload test (#7619)

This commit is contained in:
Philippe Vaucher
2026-09-24 17:53:30 +03:00
committed by GitHub
parent 0a128cea6f
commit 306f642ad3
+1 -1
View File
@@ -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",