File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5454 xpack.security.enabled : false
5555 xpack.security.enrollment.enabled : false
5656 minio :
57- image : bitnami /minio:2025.7.23@sha256:6dabb4a2088c9a79908de3bc05f4586c23ad2182c8908e7e3acbf61c1467fb20
57+ image : bitnamilegacy /minio:2025.7.23@sha256:6dabb4a2088c9a79908de3bc05f4586c23ad2182c8908e7e3acbf61c1467fb20
5858 ports :
5959 - 9999:9999
6060 env :
@@ -172,7 +172,7 @@ jobs:
172172 openssl req -new -key certs/cert.key -out certs/cert.csr -subj /CN=minio.local &&
173173 openssl x509 -req -days 3650 -in certs/cert.csr -signkey certs/cert.key -out certs/cert.crt &&
174174 chown -R 1001 certs &&
175- docker run -d --rm --name miniotls -p 9998:9998 -v "$PWD/certs:/certs" -e MINIO_SCHEME=https bitnami /minio:latest
175+ docker run -d --rm --name miniotls -p 9998:9998 -v "$PWD/certs:/certs" -e MINIO_SCHEME=https bitnamilegacy /minio:latest
176176
177177 - name : create postgres extensions, increase logical replication limits, and setup catalog database
178178 run : >
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ services:
207207 - flow-api
208208
209209 minio :
210- image : bitnami /minio:2025.7.23@sha256:6dabb4a2088c9a79908de3bc05f4586c23ad2182c8908e7e3acbf61c1467fb20
210+ image : bitnamilegacy /minio:2025.7.23@sha256:6dabb4a2088c9a79908de3bc05f4586c23ad2182c8908e7e3acbf61c1467fb20
211211 volumes :
212212 - minio-data:/data
213213 ports :
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ services:
188188 - flow-api
189189
190190 minio :
191- image : bitnami /minio:2025.7.23@sha256:6dabb4a2088c9a79908de3bc05f4586c23ad2182c8908e7e3acbf61c1467fb20
191+ image : bitnamilegacy /minio:2025.7.23@sha256:6dabb4a2088c9a79908de3bc05f4586c23ad2182c8908e7e3acbf61c1467fb20
192192 restart : unless-stopped
193193 volumes :
194194 - minio-data:/data
You can’t perform that action at this time.
0 commit comments