Skip to content

Commit

Permalink
try minio/minio
Browse files Browse the repository at this point in the history
  • Loading branch information
IamTugy committed Aug 9, 2024
1 parent 3780263 commit 8778536
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,18 @@ jobs:

services:
minio:
# Not using official minio image minio/minio because it requires arguments (start /data)
# and github actions currently not supporting docker araguments
# bitnami/minio image has 1M+ pulls and is up to date so it's should be OK to use it
image: bitnami/minio
image: minio/minio
volumes:
- /data
ports:
- 9000:9000
env:
MINIO_ACCESS_KEY: administrator
MINIO_SECRET_KEY: administrator
ports:
- 9000:9000
volumes:
- /minio/data:/data
options: --name minio-server

steps:
Expand Down

0 comments on commit 8778536

Please sign in to comment.