You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Name and Version
bitnami/minio --version 15.0.3
What architecture are you using?
None
What steps will reproduce the bug?
Steps to Reproduce:
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:
The text was updated successfully, but these errors were encountered: