Move "wp-config-docker.php" to non-beta (5.7 GA)#572
Move "wp-config-docker.php" to non-beta (5.7 GA)#572tianon merged 1 commit intodocker-library:masterfrom
Conversation
4f2e047 to
0e07385
Compare
Changes: - docker-library/wordpress@fb920c6: Merge pull request docker-library/wordpress#572 from infosiftr/un-beta - docker-library/wordpress@891b710: Move "wp-config-docker.php" to non-beta (5.7 GA) - docker-library/wordpress@24c4469: Update latest to 5.7.0 - docker-library/wordpress@59404ef: Update beta to 5.7.0
|
Just to make sure the important bits / migration path for users are in more places they might look when things don't seem to be working the same way they used to, see #557 (comment):
|
|
Noting that this PR broken |
|
@tianon This PR removes the code to create the database in the entrypoint, is that intended behaviour going forward ?. if so we should update the docs at https://hub.docker.com/_/wordpress?tab=tags |
|
Yep, that was intentional -- see docker-library/docs#1892, especially docker-library/docs#1892 (comment):
|
See #557 for details on this functionality. 👍
(GitHub is showing the diff in a strange way, but the new
docker-entrypoint.shis literallydocker-entrypoint-ng.shrenamed 🤦)