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

[bitnami/minio] exec: admin: not found error in MinIO Client container #77521

Open
Bouchiba43 opened this issue Feb 16, 2025 · 1 comment
Open
Assignees
Labels
minio tech-issues The user has a technical issue about an application triage Triage is needed

Comments

@Bouchiba43
Copy link

Name and Version

bitnami/minio --version 15.0.3

What architecture are you using?

None

What steps will reproduce the bug?

Steps to Reproduce:

1-Deploy the Bitnami MinIO client container using the official Bitnami MinIO Client image.
2-Attempt to run the container with the default entrypoint or via a custom command that invokes MinIO client functionality.
3-The container fails with the error above, stating that the command admin is not found.

What is the expected behavior?

The MinIO client should start without errors and execute commands properly. The admin command should either exist or be removed if not part of the expected MinIO client functionality.

What do you see instead?

The container fails to start properly, showing the error message about the missing admin command.

Additional information

The container is based on the Bitnami MinIO client image.
The issue occurs even with a fresh deployment of the container.
The error seems to be coming from the entrypoint.sh script at line 25, where it attempts to execute the admin command.
Logs:

17:21:02.56 INFO  ==> 
17:21:02.56 INFO  ==> Welcome to the Bitnami minio-client container
17:21:02.56 INFO  ==> Subscribe to project updates by watching https://github.com/bitnami/containers
17:21:02.56 INFO  ==> Did you know there are enterprise versions of the Bitnami catalog? For enhanced secure software supply chain features, unlimited pulls from Docker, LTS support, or application customization, see Bitnami Premium or Tanzu Application Catalog. See https://www.arrow.com/globalecs/na/vendors/bitnami/ for more information.
17:21:02.56 INFO  ==> 
/opt/bitnami/scripts/minio-client/entrypoint.sh: line 25: exec: admin: not found
@Bouchiba43 Bouchiba43 added the tech-issues The user has a technical issue about an application label Feb 16, 2025
@github-actions github-actions bot added the triage Triage is needed label Feb 16, 2025
@javsalgar javsalgar changed the title exec: admin: not found error in MinIO Client container [bitnami/minio] exec: admin: not found error in MinIO Client container Feb 17, 2025
@javsalgar
Copy link
Contributor

Hi!

Could you show the docker run command you are using?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minio tech-issues The user has a technical issue about an application triage Triage is needed
Projects
None yet
Development

No branches or pull requests

2 participants