mirror of
https://github.com/moby/moby.git
synced 2026-07-12 18:45:06 +00:00
The github action running bake expected FIREWALLD to be set, but DOCKER_FIREWALLD was set instead, so firewalld wasn't installed in the dev image. The dind-systemd script expected DOCKER_FIREWALLD to be set if it needed to run firewalld, and it was. But it had no effect. In CI, bake builds the image then make runs it - and the use the same env. So, align on FIREWALLD (as it's not a docker feature). Signed-off-by: Rob Murray <rob.murray@docker.com>