From 28654a352ade6dc7c95008e6360717a42c090ff9 Mon Sep 17 00:00:00 2001 From: Mo Zhu Date: Wed, 28 Jun 2023 11:33:31 -0700 Subject: [PATCH] document docker 4.17 package generation error (#12485) Part of https://github.com/fleetdm/fleet/issues/10700 --- docs/Using-Fleet/FAQ.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Using-Fleet/FAQ.md b/docs/Using-Fleet/FAQ.md index 386880e485..8b5ac47e90 100644 --- a/docs/Using-Fleet/FAQ.md +++ b/docs/Using-Fleet/FAQ.md @@ -340,3 +340,6 @@ In the Fleet UI, you can turn off MDM for a host by selecting **Actions > Turn o When you turn off MDM for a host, Fleet removes the enforcement of all macOS settings for that host. Also, the host will stop receiving macOS update reminders via Nudge. Turning MDM off doesn't remove the fleetd agent from the host. To remove the fleetd agent, share [these guided instructions](#how-can-i-uninstall-the-osquery-agent) with the end user. To enforce macOS settings and send macOS update reminders, the host has to turn MDM back on. To turn MDM on, share [these guided instructions](https://fleetdm.com/docs/using-fleet/mdm-migration-guide#instructions-for-end-users) with the end user. Turning MDM back on for a host requires end user action. + +## What does "package root files: heat failed" mean? +We've found this error when you try to build an MSI on Docker 4.17. The underlying issue has been fixed in Docker 4.18, so we recommend upgrading. More information [here](https://github.com/fleetdm/fleet/issues/10700)