From 00dd2c311ee84dc7f1127bd8054384e550b72ea6 Mon Sep 17 00:00:00 2001 From: Sai Venkatesh Date: Fri, 10 Apr 2026 14:46:24 +0530 Subject: [PATCH 1/3] Updated the manual install docs of desktop --- content/manuals/desktop/setup/install/linux/_index.md | 2 +- content/manuals/desktop/setup/install/linux/debian.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/manuals/desktop/setup/install/linux/_index.md b/content/manuals/desktop/setup/install/linux/_index.md index 2d8ae96bfe96..6440f2a6a943 100644 --- a/content/manuals/desktop/setup/install/linux/_index.md +++ b/content/manuals/desktop/setup/install/linux/_index.md @@ -129,7 +129,7 @@ and architectures: An experimental package is available for [Arch](archlinux.md)-based distributions. Docker has not tested or verified the installation. -Docker supports Docker Desktop on the current LTS release of the aforementioned distributions and the most recent version. As new versions are made available, Docker stops supporting the oldest version and supports the newest version. +Docker supports Docker Desktop on the current and previous LTS releases of the aforementioned distributions, as well as the most recent version. ## General system requirements diff --git a/content/manuals/desktop/setup/install/linux/debian.md b/content/manuals/desktop/setup/install/linux/debian.md index 160c15fb7276..65479b97d4a0 100644 --- a/content/manuals/desktop/setup/install/linux/debian.md +++ b/content/manuals/desktop/setup/install/linux/debian.md @@ -60,7 +60,7 @@ Recommended approach to install Docker Desktop on Debian: By default, Docker Desktop is installed at `/opt/docker-desktop`. -The RPM package includes a post-install script that completes additional setup steps automatically. +The DEB package includes a post-install script that completes additional setup steps automatically. The post-install script: From f0808449d3c74abb146f33d7ed782a7f572710e2 Mon Sep 17 00:00:00 2001 From: Sai Venkatesh Date: Fri, 10 Apr 2026 14:56:05 +0530 Subject: [PATCH 2/3] Updated the manual build docs of multi-platform --- content/manuals/build/ci/github-actions/multi-platform.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/content/manuals/build/ci/github-actions/multi-platform.md b/content/manuals/build/ci/github-actions/multi-platform.md index 8d598b0ac5be..cc64d1803490 100644 --- a/content/manuals/build/ci/github-actions/multi-platform.md +++ b/content/manuals/build/ci/github-actions/multi-platform.md @@ -47,10 +47,7 @@ jobs: ## Build and load multi-platform images -The default Docker setup for GitHub Actions runners does not support loading -multi-platform images to the local image store of the runner after building -them. To load a multi-platform image, you need to enable the containerd image -store option for the Docker Engine. +The default Docker setup for GitHub Actions runners supports building and pushing multi-platform images to registries. However, it does not support loading multi-platform images to the local image store of the runner after building them. To load a multi-platform image locally, you need to enable the containerd image store option for the Docker Engine. There is no way to configure the default Docker setup in the GitHub Actions runners directly, but you can use `docker/setup-docker-action` to customize the From 8bb381c7d6981e84fc4f8680c80c6485585497a8 Mon Sep 17 00:00:00 2001 From: Sai Venkatesh Date: Fri, 10 Apr 2026 15:05:34 +0530 Subject: [PATCH 3/3] Update the manual build cache doc --- content/manuals/build/ci/github-actions/cache.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/build/ci/github-actions/cache.md b/content/manuals/build/ci/github-actions/cache.md index 8e7af62cc4b6..ff3ed02f07bb 100644 --- a/content/manuals/build/ci/github-actions/cache.md +++ b/content/manuals/build/ci/github-actions/cache.md @@ -123,7 +123,7 @@ jobs: > [!IMPORTANT] > -> Starting [April 15th, 2025, only GitHub Cache service API v2 will be supported](https://gh.io/gha-cache-sunset). +> As of April 15th, 2025, [only GitHub Cache service API v2 is supported.](https://gh.io/gha-cache-sunset). The legacy v1 API has been shut down. > > If you encounter the following error during your build: >