From 08fe4f9b8bd3c29b3f0c66e4bdf3b65aaee5cc3e Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Thu, 9 Jan 2025 10:18:42 +0100 Subject: [PATCH 1/2] build: add BUILDKIT_PROGRESS=quiet Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/manuals/build/building/variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/manuals/build/building/variables.md b/content/manuals/build/building/variables.md index d3f4093f6c07..74f184f73407 100644 --- a/content/manuals/build/building/variables.md +++ b/content/manuals/build/building/variables.md @@ -375,6 +375,7 @@ Sets the type of the BuildKit progress output. Valid values are: - `auto` (default) - `plain` - `tty` +- `quiet` - `rawjson` Usage: From 2d87e9b9bce38c2a49397c5979381988ff982522 Mon Sep 17 00:00:00 2001 From: Mathieu Champlon Date: Thu, 9 Jan 2025 11:10:43 +0100 Subject: [PATCH 2/2] Add link to extra manual steps to fix the looping security popup (#21743) ## Description ## Related issues or tickets ## Reviews - [ ] Technical review - [ ] Editorial review - [ ] Product review --------- Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> --- content/manuals/desktop/release-notes.md | 23 ++++++++++++++----- .../desktop/setup/install/mac-install.md | 4 ++++ .../troubleshoot/_index.md | 4 ++++ 3 files changed, 25 insertions(+), 6 deletions(-) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index f1c452e14179..5b49742ae158 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -23,6 +23,10 @@ Docker Desktop versions older than 6 months from the latest release are not avai Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projects/51/views/1?filterQuery=) to see what's coming next. +> [!WARNING] +> +> If you're experiencing malware detection issues on Mac, follow the steps documented in [docker/for-mac#7527](https://github.com/docker/for-mac/issues/7527). + ## 4.37.2 {{< release-date date="2025-01-08" >}} @@ -35,6 +39,12 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec - Prevents a bug that caused Docker Desktop to not update `com.docker.vmnetd` or `com.docker.socket` to newer versions. +### Known issues + +#### For Mac + +- If you’re seeing a security popup about malware on `com.docker.vmnetd` or `com.docker.socket`, follow the steps documented in [docker/for-mac#7527](https://github.com/docker/for-mac/issues/7527). + ## 4.37.1 {{< release-date date="2024-12-17" >}} @@ -52,12 +62,7 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec #### For Mac -- Docker Desktop for Mac might fail to start with macOS reporting either `com.docker.vmnetd` or `com.docker.socket` is malware. As a workaround, follow the steps below: - 1. Quit Docker and kill and related processes using the Activity Monitor. - 2. Run: `sudo cp /Applications/Docker.app/Contents/Library/LaunchServices/com.docker.vmnetd /Library/PrivilegedHelperTools/`. - 3. Run: `sudo cp /Applications/Docker.app/Contents/MacOS/com.docker.socket /Library/PrivilegedHelperTools/`. - 4. Restart Docker Desktop. - 5. If this doesn't work, update to a later version and rerun the steps. See [docker/for-mac#7520](https://github.com/docker/for-mac/issues/7520) +- If you’re seeing a security popup about a malware on `com.docker.vmnetd` or `com.docker.socket`, follow the steps documented in [docker/for-mac#7527](https://github.com/docker/for-mac/issues/7527). ## 4.37.0 @@ -99,8 +104,14 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec ### Known issues +#### For all platforms + - Kubernetes cluster may not start if **Registry Access Manager** is enabled. As a workaround, add `registry.k8s.io` and `-docker.pkg.dev` to **Registry Access Management** policies. +#### For Mac + +- If you’re seeing a security popup about a malware on `com.docker.vmnetd` or `com.docker.socket`, follow the steps documented in [docker/for-mac#7527](https://github.com/docker/for-mac/issues/7527). + ### Deprecation #### For Mac diff --git a/content/manuals/desktop/setup/install/mac-install.md b/content/manuals/desktop/setup/install/mac-install.md index 815f0672a075..6228a93becc7 100644 --- a/content/manuals/desktop/setup/install/mac-install.md +++ b/content/manuals/desktop/setup/install/mac-install.md @@ -31,6 +31,10 @@ This page contains download URLs, information about system requirements, and ins *For checksums, see [Release notes](/manuals/desktop/release-notes.md).* +> [!WARNING] +> +> If you're experiencing malware detection issues, follow the steps documented in [docker/for-mac#7527](https://github.com/docker/for-mac/issues/7527). + ## System requirements {{< tabs >}} diff --git a/content/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md b/content/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md index 6ef3148e36b2..90d5481efc17 100644 --- a/content/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md +++ b/content/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md @@ -22,6 +22,10 @@ weight: 10 This page contains information on how to diagnose and troubleshoot Docker Desktop, and how to check the logs. +> [!WARNING] +> +> If you're experiencing malware detection issues on Mac, follow the steps documented in [docker/for-mac#7527](https://github.com/docker/for-mac/issues/7527). + ## Troubleshoot menu To navigate to **Troubleshoot** either: