Skip to content

Commit

Permalink
test(flow): pin minio version
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Igrychev <[email protected]>
  • Loading branch information
alexey-igrychev committed Nov 9, 2022
1 parent 2916d79 commit 7c757a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/tests/flow/_fixtures/complete_cycle/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ networks:

services:
minio:
image: minio/minio
image: minio/minio@sha256:36433a735d87bbc2fed55674b3af936b57259f5cd2c544e869b8276d4d22b590
ports:
- "9000"
command: server /data
networks:
- minio-net

mc:
image: minio/mc
image: minio/mc@sha256:f78c05169b54f191ab407a8e4d746a2b1f65a047936ba0e51885504912c9595e
depends_on:
- minio
environment:
Expand Down

0 comments on commit 7c757a3

Please sign in to comment.