The old pattern would match the following filenames:
*Dockerfile
*Dockerfile.*
This is because the pattern does not start with a slash indicating the beginning of the basename. Personally this led to a few false positives, like for example "siren-dockerfile.el" that sets up and configures dockerfile-mode in my Emacs configuration.
This change restricts the patterns to:
Dockerfile
Dockerfile.*
*.dockerfile
I believe this is still wide enough to capture all common naming conventions for Dockerfiles.
Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:
sudo dnf upgrade --refresh --advisory=FEDORA-2021-222ddd0f46
Please login to add feedback.
This update has been submitted for testing by melmorabity.
This update's test gating status has been changed to 'ignored'.
This update's test gating status has been changed to 'waiting'.
This update's test gating status has been changed to 'ignored'.
This update has been pushed to testing.
This update can be pushed to stable now if the maintainer wishes
This update has been submitted for stable by bodhi.
This update has been pushed to stable.