mirror of
https://github.com/netbirdio/netbird.git
synced 2026-09-27 09:09: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()
|
ctx := context.Background()
|
||||||
c, err := testcontainers.GenericContainer(ctx, testcontainers.GenericContainerRequest{
|
c, err := testcontainers.GenericContainer(ctx, testcontainers.GenericContainerRequest{
|
||||||
ContainerRequest: testcontainers.ContainerRequest{
|
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"},
|
ExposedPorts: []string{"9000/tcp"},
|
||||||
Env: map[string]string{
|
Env: map[string]string{
|
||||||
"MINIO_ROOT_USER": "minioadmin",
|
"MINIO_ROOT_USER": "minioadmin",
|
||||||
|
|||||||
Reference in New Issue
Block a user