Skip to content

Commit 5d6c0db

Browse files
authored
Merge pull request #5402 from bjester/minio-bitnami-legacy
Update minio image to legacy repo
2 parents 904b0fc + d0eb667 commit 5d6c0db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pythontest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
-e "MINIO_ROOT_USER=development" \
6969
-e "MINIO_ROOT_PASSWORD=development" \
7070
-e "MINIO_DEFAULT_BUCKETS=content:public" \
71-
bitnami/minio:2024.5.28
71+
bitnamilegacy/minio:2024.5.28
7272
- name: Set up Python 3.10
7373
uses: actions/setup-python@v5
7474
with:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ services:
5656

5757
# this service is for development emulation only
5858
minio:
59-
image: 'bitnami/minio:2024.5.28'
59+
image: 'bitnamilegacy/minio:2024.5.28'
6060
environment:
6161
- "MINIO_DEFAULT_BUCKETS=content:public"
6262
- MINIO_ROOT_USER=development

0 commit comments

Comments
 (0)