From 255c59bf5577817b394756b7e84ad942a9f23139 Mon Sep 17 00:00:00 2001 From: Nils Israel Date: Fri, 31 Jan 2025 12:51:15 +0100 Subject: [PATCH 1/2] Merge pull request #21749 from nisrael/patch-1 directly support ubuntu based distros in add repository snippet --- content/manuals/engine/install/ubuntu.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/manuals/engine/install/ubuntu.md b/content/manuals/engine/install/ubuntu.md index d4e2bff9e62b..b257c99acdb3 100644 --- a/content/manuals/engine/install/ubuntu.md +++ b/content/manuals/engine/install/ubuntu.md @@ -58,6 +58,11 @@ versions: Docker Engine for Ubuntu is compatible with x86_64 (or amd64), armhf, arm64, s390x, and ppc64le (ppc64el) architectures. +> [!NOTE] +> +> Installation on Ubuntu derivative distributions, such as Linux Mint, is not officially +> supported (though it may work). + ### Uninstall old versions Before you can install Docker Engine, you need to uninstall any conflicting packages. @@ -127,16 +132,11 @@ Docker from the repository. # Add the repository to Apt sources: echo \ "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] {{% param "download-url-base" %}} \ - $(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \ + $(. /etc/os-release && echo "${UBUNTU_CODENAME:-$VERSION_CODENAME}") stable" | \ sudo tee /etc/apt/sources.list.d/docker.list > /dev/null sudo apt-get update ``` - > [!NOTE] - > - > If you use an Ubuntu derivative distribution, such as Linux Mint, - > you may need to use `UBUNTU_CODENAME` instead of `VERSION_CODENAME`. - 2. Install the Docker packages. {{< tabs >}} From cc9ab908d5008083f6584b491bee97a789e9fd3f Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Fri, 31 Jan 2025 11:58:37 +0000 Subject: [PATCH 2/2] release notes updates (#21934) ## Description Adds links, tidies, etc ## Related issues or tickets ## Reviews - [ ] Technical review - [ ] Editorial review - [ ] Product review --- content/manuals/desktop/release-notes.md | 10 +++++----- content/manuals/platform-release-notes.md | 9 ++++++++- data/summary.yaml | 2 +- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 0e386d9be085..59d30b2f4c38 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -36,11 +36,11 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec ### New - Installing Docker Desktop via the PKG installer is now generally available. -- Enforcing sign in via configuration profiles is now generally available. +- Enforcing sign-in via configuration profiles is now generally available. - Docker Compose, Docker Scout, the Docker CLI, and Ask Gordon can now be updated independently of Docker Desktop and without a full restart (Beta). -- The new `update` command has been added to the Docker Desktop CLI (Mac only). -- [Bake](/manuals//build/bake/_index.md) is now GA, with support for entitlements and composable attributes. -- You can now create multi-node Kubernetes clusters in Docker Desktop. +- The new [`update` command](/reference/cli/docker/desktop/update.md) has been added to the Docker Desktop CLI (Mac only). +- [Bake](/manuals//build/bake/_index.md) is now generally available, with support for entitlements and composable attributes. +- You can now create [multi-node Kubernetes clusters](/manuals/desktop/settings-and-maintenance/settings.md#kubernetes) in Docker Desktop. - [Ask Gordon](/manuals/desktop/features/gordon.md) is more widely available. It is still in Beta. ### Upgrades @@ -88,7 +88,7 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec #### For all platforms -- Deprecate `com.docker.diagnose check|check-dot|check-hypervisordetect-host-hypervisor`. +- Deprecated `com.docker.diagnose check|check-dot|check-hypervisordetect-host-hypervisor`. ## 4.37.2 diff --git a/content/manuals/platform-release-notes.md b/content/manuals/platform-release-notes.md index e7ceb4457104..53b03c3a89ce 100644 --- a/content/manuals/platform-release-notes.md +++ b/content/manuals/platform-release-notes.md @@ -14,6 +14,13 @@ This page provides details on new features, enhancements, known issues, and bug Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projects/51/views/1?filterQuery=) to see what's coming next. +## 2025-01-30 + +### New + +- Installing Docker Desktop via the PKG installer is now generally available. +- Enforcing sign-in via configuration profiles is now generally available. + ## 2024-12-10 ### New @@ -28,7 +35,7 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec ### New - Administrators can now: - - Enforce sign-in with macOS [configuration profiles](/manuals/security/for-admins/enforce-sign-in/methods.md#configuration-profiles-method-mac-only) (Early Access). + - Enforce sign-in with [configuration profiles](/manuals/security/for-admins/enforce-sign-in/methods.md#configuration-profiles-method-mac-only) (Early Access). - Enforce sign-in for more than one organization at a time (Early Access). - Deploy Docker Desktop for Mac in bulk with the [PKG installer](/manuals/desktop/setup/install/enterprise-deployment/pkg-install-and-configure.md) (Early Access). - [Use Desktop Settings Management via the Docker Admin Console](/manuals/security/for-admins/hardened-desktop/settings-management/configure-admin-console.md) (Early Access). diff --git a/data/summary.yaml b/data/summary.yaml index 290e1d6d6498..89c8243ea274 100644 --- a/data/summary.yaml +++ b/data/summary.yaml @@ -16,7 +16,7 @@ Amazon S3 cache: availability: Experimental Ask Gordon: availability: Beta - requires: Docker Desktop 4.38 or later + requires: Docker Desktop [4.38.0](/manuals/desktop/release-notes.md#4380) or later Automated builds: subscription: [Pro, Team, Business] Azure blob: