Skip to content

2025-04-24 mariadb - old-menu branch - PR 2 of 2 #797

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

Open
wants to merge 1 commit into
base: old-menu
Choose a base branch
from

Conversation

Paraphraser
Copy link

  1. Dockerfile syntax deprecates ENV key value in favour of ENV key=value.

  2. Adjust health-check script to deal with two problems:

    a. An issue where MYSQL_ROOT_PASSWORD does not result in a root
    password being set on a newly-initialised database.
    See docker-mariadb issue 163

    b. Steady deprecation of mysqladmin in favour of mariadb-admin.

1. Dockerfile syntax deprecates `ENV key value` in favour of
   `ENV key=value`.

2. Adjust health-check script to deal with two problems:

	a. An issue where `MYSQL_ROOT_PASSWORD` does not result in a root
	   password being set on a newly-initialised database.
	   See [docker-mariadb issue 163](linuxserver/docker-mariadb#163)

	b. Steady deprecation of `mysqladmin` in favour of `mariadb-admin`.

Signed-off-by: Phill Kelley <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant