-
Notifications
You must be signed in to change notification settings - Fork 839
fleetctl preview fails to use docker compose #21007
Copy link
Copy link
Closed
Labels
#g-mdmMDM product groupMDM product group:releaseReady to write code. Scheduled in a release. See "Making changes" in handbook.Ready to write code. Scheduled in a release. See "Making changes" in handbook.bugSomething isn't working as documentedSomething isn't working as documented~released bugThis bug was found in a stable release.This bug was found in a stable release.
Milestone
Metadata
Metadata
Assignees
Labels
#g-mdmMDM product groupMDM product group:releaseReady to write code. Scheduled in a release. See "Making changes" in handbook.Ready to write code. Scheduled in a release. See "Making changes" in handbook.bugSomething isn't working as documentedSomething isn't working as documented~released bugThis bug was found in a stable release.This bug was found in a stable release.
Fleet version: 4.54
Web browser and operating system:
💥 Actual behavior
if
docker-composeis not installed,fleetctl previewfails with:🧑💻 Steps to reproduce
docker-compose, try to runfleetctl preview1might be too much trouble to repro and we can rely on the workers which are currently failing:https://github.com/fleetdm/fleet/actions/runs/10219989323/job/28279424468?pr=21004
if the PR fixes the worker it might be enough to call it
🕯️ More info (optional)
fleetctlis performing the check, but seems like the command is wrong:fleet/cmd/fleetctl/preview.go
Lines 77 to 79 in 86eaadf