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.
1 parent 17eea89 commit cba12cdCopy full SHA for cba12cd
tests/integration/compose/docker_compose_iceberg_rest_catalog.yml
@@ -36,7 +36,8 @@ services:
36
stop_grace_period: 5s
37
# TODO: can we simply use with_minio=True instead?
38
minio:
39
- image: minio/minio:RELEASE.2024-07-31T05-46-26Z
+ # NOTE(vnemkov): same as in docker_compose_iceberg_lakekeeper_catalog.yml (was minio/minio:RELEASE.2024-07-31T05-46-26Z)
40
+ image: bitnamilegacy/minio:2025.4.22
41
environment:
42
- MINIO_ROOT_USER=minio
43
- MINIO_ROOT_PASSWORD=ClickHouse_Minio_P@ssw0rd
0 commit comments