From 7b7e82c09226a918dd5816ba0511f2f021dc82e1 Mon Sep 17 00:00:00 2001 From: Allen Houchins <32207388+allenhouchins@users.noreply.github.com> Date: Tue, 6 Jan 2026 21:10:33 -0600 Subject: [PATCH] Update Docker slug for macOS FMA (#37965) Changed the Docker software slug from 'docker/darwin' to 'docker-desktop/darwin' for Apple Silicon macOS hosts in both workstations and workstations-canary YAML files to ensure correct package referencing. --- it-and-security/teams/workstations-canary.yml | 2 +- it-and-security/teams/workstations.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/it-and-security/teams/workstations-canary.yml b/it-and-security/teams/workstations-canary.yml index dd269433c1..01e6bbac1c 100644 --- a/it-and-security/teams/workstations-canary.yml +++ b/it-and-security/teams/workstations-canary.yml @@ -298,7 +298,7 @@ software: self_service: true labels_include_any: - Apple Silicon macOS hosts - - slug: docker/darwin # Docker for macOS (ARM) + - slug: docker-desktop/darwin # Docker for macOS (ARM) self_service: true labels_include_any: - Apple Silicon macOS hosts diff --git a/it-and-security/teams/workstations.yml b/it-and-security/teams/workstations.yml index cd4f97ed7e..9f69766ce4 100644 --- a/it-and-security/teams/workstations.yml +++ b/it-and-security/teams/workstations.yml @@ -243,7 +243,7 @@ software: self_service: true labels_include_any: - Apple Silicon macOS hosts - - slug: docker/darwin # Docker for macOS (ARM) + - slug: docker-desktop/darwin # Docker for macOS (ARM) self_service: true labels_include_any: - Apple Silicon macOS hosts