mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 10:35:51 +00:00
52fd847ac6
install.sh refuses to run inside Docker (correct behavior for end users), but the install-sh-smoke gate runs the documented systemd install path inside a privileged systemd-in-Docker container — the one legitimate bypass case. Added PULSE_INSTALL_ALLOW_DOCKER=1 escape hatch in check_docker_environment() and set it on the docker exec in the smoke workflow. Takes effect on the next RC; v6.0.0-rc.6's published install.sh predates this and is signed-frozen, so its post-publish smoke gate will remain red until the next prerelease.