[Bug]: docker compose up with latest docker-compose.yml - standalone service fails to start with exec /tini: exec format error. #38543
Labels
kind/bug
Issues or changes related a bug
triage/needs-information
Indicates an issue needs more information in order to work on it.
Is there an existing issue for this?
Environment
Current Behavior
The standalone service in the lastest docker-compose.yml fails to start, and the minio service has depreciated env. vars for its key and secret.
From docker logs...
milvus-minio | WARNING: MINIO_ACCESS_KEY and MINIO_SECRET_KEY are deprecated.
milvus-minio | Please use MINIO_ROOT_USER and MINIO_ROOT_PASSWORD
milvus-standalone | exec /tini: exec format error
Expected Behavior
The standalone service would start.
Steps To Reproduce
Milvus Log
This is all that is in the docker log for the milvus standalone service...
2024-12-17 20:06:20 exec /tini: exec format error
The service fails to start, so I cannot interact with it using docker exec.
Anything else?
I have searched for existing issues. There are two related issues with some similarities, but they are not the same as far as I can see.
The text was updated successfully, but these errors were encountered: