-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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/mariadb] [11.4] Healthcheck fails if ALLOW_EMPTY_PASSWORD
is enabled
#71210
Comments
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback. |
The problem still exists. |
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback. |
I've further isolated the issue: The problem only occurs if |
ALLOW_EMPTY_PASSWORD
is enabled
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback. |
Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary. |
Name and Version
bitnami/mariadb:11.4.3
What architecture are you using?
amd64
What steps will reproduce the bug?
docker-compose.yml
:docker compose up -d
What is the expected behavior?
Service is healthy
What do you see instead?
Service is unhealthy (
docker compose ps
)Output of
docker inspect $CONTAINER_ID --format "{{json .State.Health }}" | jq
:Output
Additional information
Possibly related to #70392 (comment) 🤷
11.2 works fine.
The text was updated successfully, but these errors were encountered: