Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: docker compose up with latest docker-compose.yml - standalone service fails to start with exec /tini: exec format error. #38543

Open
1 task done
Astrotope opened this issue Dec 17, 2024 · 1 comment
Assignees
Labels
kind/bug Issues or changes related a bug triage/needs-information Indicates an issue needs more information in order to work on it.

Comments

@Astrotope
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Environment

- Milvus version: MacOS Intel 15.1 - Docker Desktop 4.35.1
- Deployment mode(standalone or cluster): Standalone with docker-compose.yml
- MQ type(rocksmq, pulsar or kafka): None.    
- SDK version(e.g. pymilvus v2.0.0rc2): "@zilliz/milvus2-sdk-node": "^2.5.1" but irrelevant as the milvus standalone service dosen't start.
- OS(Ubuntu or CentOS): Docker Image pulled by docker-compose.yml
- CPU/Memory: Docker Desktop running on an Intel i9 MacBook Pro 2019 with 32GB of memory.
- GPU: No
- Others:

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

1. Download the current docker-compose.yml
2. Start Docker Desktop.
3. docker compose up

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.

@Astrotope Astrotope added kind/bug Issues or changes related a bug needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Dec 17, 2024
@Astrotope Astrotope changed the title [Bug]: [Bug]: docker compose up with latest docker-compose.yml - standalone service fails to start with exec /tini: exec format error. Dec 17, 2024
@yanliang567
Copy link
Contributor

@Astrotope quick questions:

  1. are you following this doc for startup? https://milvus.io/docs/install_standalone-docker-compose.md
  2. which versiom of milvus are you trying to run

/assign @Astrotope

@yanliang567 yanliang567 added triage/needs-information Indicates an issue needs more information in order to work on it. and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Issues or changes related a bug triage/needs-information Indicates an issue needs more information in order to work on it.
Projects
None yet
Development

No branches or pull requests

2 participants