fix: exclude systemd from updates
The systemd versions ~>254 have changed the locking mechanism they use for updated /etc/passwd and likely other files. They are hard-coded now to use the Linux-specific `fcntl(F_OFD_SETLKW)` and removed the `flock()` fallback https://github.com/systemd/systemd/pull/26726/commits/ed70a34ec0f9ac53646101dd9c544b1f60d17e69 However, not all container runtime support it https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1053749
Loading
-
mentioned in merge request gitlab-org/gitlab!206670 (merged)
-
mentioned in merge request gitlab-org/gitlab!206822 (closed)
Please register or sign in to comment