Skip to content

Commit 0ec61e1

Browse files
committed
update minio/server and minio/mc versions for e2e-tests
1 parent 2ba2ac8 commit 0ec61e1

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

e2e-tests/docker/docker-compose-remapping.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ services:
110110
- NET_ADMIN
111111

112112
minio:
113-
image: minio/minio:RELEASE.2022-08-08T18-34-09Z
113+
image: minio/minio:RELEASE.2024-08-17T01-24-54Z
114114
hostname: minio
115115
# ports:
116116
# - "9000:9000"
@@ -121,7 +121,7 @@ services:
121121
- "MINIO_SECRET_KEY=minio1234"
122122
command: server /backups
123123
createbucket:
124-
image: minio/mc
124+
image: minio/mc:RELEASE.2024-08-17T11-33-50Z
125125
depends_on:
126126
- minio
127127
entrypoint: >

e2e-tests/docker/docker-compose-rs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,18 +157,18 @@ services:
157157
- data-rs103:/data/db
158158

159159
minio:
160-
image: minio/minio:RELEASE.2022-08-08T18-34-09Z
160+
image: minio/minio:RELEASE.2024-08-17T01-24-54Z
161161
hostname: minio
162162
ports:
163-
- "9001:9000"
163+
- "9000:9000"
164164
volumes:
165165
- backups:/backups
166166
environment:
167167
- "MINIO_ACCESS_KEY=minio1234"
168168
- "MINIO_SECRET_KEY=minio1234"
169169
command: server /backups
170170
createbucket:
171-
image: minio/mc
171+
image: minio/mc:RELEASE.2024-08-17T11-33-50Z
172172
depends_on:
173173
- minio
174174
entrypoint: >

e2e-tests/docker/docker-compose-single.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ services:
6666
- NET_ADMIN
6767

6868
minio:
69-
image: minio/minio:RELEASE.2022-08-08T18-34-09Z
69+
image: minio/minio:RELEASE.2024-08-17T01-24-54Z
7070
hostname: minio
7171
# ports:
7272
# - "9000:9000"
@@ -77,7 +77,7 @@ services:
7777
- "MINIO_SECRET_KEY=minio1234"
7878
command: server /backups
7979
createbucket:
80-
image: minio/mc
80+
image: minio/mc:RELEASE.2024-08-17T11-33-50Z
8181
depends_on:
8282
- minio
8383
entrypoint: >

e2e-tests/docker/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ services:
406406
- rs203
407407

408408
minio:
409-
image: minio/minio:RELEASE.2022-08-08T18-34-09Z
409+
image: minio/minio:RELEASE.2024-08-17T01-24-54Z
410410
hostname: minio
411411
# ports:
412412
# - "9000:9000"
@@ -417,7 +417,7 @@ services:
417417
- "MINIO_SECRET_KEY=minio1234"
418418
command: server /backups
419419
createbucket:
420-
image: minio/mc
420+
image: minio/mc:RELEASE.2024-08-17T11-33-50Z
421421
depends_on:
422422
- minio
423423
entrypoint: >

0 commit comments

Comments
 (0)