Closed
Description
Name and Version
bitnami/minio
What architecture are you using?
None
What steps will reproduce the bug?
Attempting to start minio container with version 2025.5.24-debian-12-r2 (or -r3) does not start.
Container stops after performing this:
20:37:41.81 INFO ==>
20:37:41.81 INFO ==> Welcome to the Bitnami minio container
20:37:41.82 INFO ==> Subscribe to project updates by watching https://github.com/bitnami/containers
20:37:41.82 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.
20:37:41.82 INFO ==>
20:37:41.82 INFO ==> ** Starting MinIO setup **
minio 20:37:41.85 INFO ==> Starting MinIO in background...
minio 20:37:46.88 INFO ==> Adding local Minio host to 'mc' configuration...
minio 20:37:51.92 INFO ==> Adding local Minio host to 'mc' configuration...
minio 20:37:56.95 INFO ==> Adding local Minio host to 'mc' configuration...
minio 20:38:01.99 INFO ==> Adding local Minio host to 'mc' configuration...
minio 20:38:07.05 INFO ==> Adding local Minio host to 'mc' configuration...
minio 20:38:12.09 INFO ==> Adding local Minio host to 'mc' configuration...
minio 20:38:17.13 INFO ==> Adding local Minio host to 'mc' configuration...
minio 20:38:22.17 INFO ==> Adding local Minio host to 'mc' configuration...
minio 20:38:27.23 INFO ==> Adding local Minio host to 'mc' configuration...
minio 20:38:32.29 INFO ==> Adding local Minio host to 'mc' configuration...
minio 20:38:37.35 INFO ==> Adding local Minio host to 'mc' configuration...
minio 20:38:42.39 INFO ==> Adding local Minio host to 'mc' configuration...
Failed to add temporary MinIO server
minio 20:38:47.52 INFO ==> MinIO is already stopped...
Prior versions (including -r1) did not have this problem.
What is the expected behavior?
Container should remain up. Container stops within a minute of starting.
What do you see instead?
Container outputs messages above and then stops.
Additional information
No response