mirror of
https://github.com/netbirdio/netbird.git
synced 2026-09-25 16:19:07 +02:00
[misc] Use the Silo image for the S3 upload test (#7619)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user