We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 904b0fc + d0eb667 commit 5d6c0dbCopy full SHA for 5d6c0db
.github/workflows/pythontest.yml
@@ -68,7 +68,7 @@ jobs:
68
-e "MINIO_ROOT_USER=development" \
69
-e "MINIO_ROOT_PASSWORD=development" \
70
-e "MINIO_DEFAULT_BUCKETS=content:public" \
71
- bitnami/minio:2024.5.28
+ bitnamilegacy/minio:2024.5.28
72
- name: Set up Python 3.10
73
uses: actions/setup-python@v5
74
with:
docker-compose.yml
@@ -56,7 +56,7 @@ services:
56
57
# this service is for development emulation only
58
minio:
59
- image: 'bitnami/minio:2024.5.28'
+ image: 'bitnamilegacy/minio:2024.5.28'
60
environment:
61
- "MINIO_DEFAULT_BUCKETS=content:public"
62
- MINIO_ROOT_USER=development
0 commit comments