Skip to content

Commit b3514b5

Browse files
authored
Merge pull request #21937 from docker/published-update
publish updates from main
2 parents fcdd28e + cc9ab90 commit b3514b5

File tree

4 files changed

+20
-13
lines changed

4 files changed

+20
-13
lines changed

content/manuals/desktop/release-notes.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec
3636
### New
3737

3838
- Installing Docker Desktop via the PKG installer is now generally available.
39-
- Enforcing sign in via configuration profiles is now generally available.
39+
- Enforcing sign-in via configuration profiles is now generally available.
4040
- Docker Compose, Docker Scout, the Docker CLI, and Ask Gordon can now be updated independently of Docker Desktop and without a full restart (Beta).
41-
- The new `update` command has been added to the Docker Desktop CLI (Mac only).
42-
- [Bake](/manuals//build/bake/_index.md) is now GA, with support for entitlements and composable attributes.
43-
- You can now create multi-node Kubernetes clusters in Docker Desktop.
41+
- The new [`update` command](/reference/cli/docker/desktop/update.md) has been added to the Docker Desktop CLI (Mac only).
42+
- [Bake](/manuals//build/bake/_index.md) is now generally available, with support for entitlements and composable attributes.
43+
- You can now create [multi-node Kubernetes clusters](/manuals/desktop/settings-and-maintenance/settings.md#kubernetes) in Docker Desktop.
4444
- [Ask Gordon](/manuals/desktop/features/gordon.md) is more widely available. It is still in Beta.
4545

4646
### Upgrades
@@ -88,7 +88,7 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec
8888

8989
#### For all platforms
9090

91-
- Deprecate `com.docker.diagnose check|check-dot|check-hypervisordetect-host-hypervisor`.
91+
- Deprecated `com.docker.diagnose check|check-dot|check-hypervisordetect-host-hypervisor`.
9292

9393
## 4.37.2
9494

content/manuals/engine/install/ubuntu.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ versions:
5858
Docker Engine for Ubuntu is compatible with x86_64 (or amd64), armhf, arm64,
5959
s390x, and ppc64le (ppc64el) architectures.
6060

61+
> [!NOTE]
62+
>
63+
> Installation on Ubuntu derivative distributions, such as Linux Mint, is not officially
64+
> supported (though it may work).
65+
6166
### Uninstall old versions
6267

6368
Before you can install Docker Engine, you need to uninstall any conflicting packages.
@@ -127,16 +132,11 @@ Docker from the repository.
127132
# Add the repository to Apt sources:
128133
echo \
129134
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] {{% param "download-url-base" %}} \
130-
$(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
135+
$(. /etc/os-release && echo "${UBUNTU_CODENAME:-$VERSION_CODENAME}") stable" | \
131136
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
132137
sudo apt-get update
133138
```
134139

135-
> [!NOTE]
136-
>
137-
> If you use an Ubuntu derivative distribution, such as Linux Mint,
138-
> you may need to use `UBUNTU_CODENAME` instead of `VERSION_CODENAME`.
139-
140140
2. Install the Docker packages.
141141

142142
{{< tabs >}}

content/manuals/platform-release-notes.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ This page provides details on new features, enhancements, known issues, and bug
1414

1515
Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projects/51/views/1?filterQuery=) to see what's coming next.
1616

17+
## 2025-01-30
18+
19+
### New
20+
21+
- Installing Docker Desktop via the PKG installer is now generally available.
22+
- Enforcing sign-in via configuration profiles is now generally available.
23+
1724
## 2024-12-10
1825

1926
### New
@@ -28,7 +35,7 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec
2835
### New
2936

3037
- Administrators can now:
31-
- Enforce sign-in with macOS [configuration profiles](/manuals/security/for-admins/enforce-sign-in/methods.md#configuration-profiles-method-mac-only) (Early Access).
38+
- Enforce sign-in with [configuration profiles](/manuals/security/for-admins/enforce-sign-in/methods.md#configuration-profiles-method-mac-only) (Early Access).
3239
- Enforce sign-in for more than one organization at a time (Early Access).
3340
- Deploy Docker Desktop for Mac in bulk with the [PKG installer](/manuals/desktop/setup/install/enterprise-deployment/pkg-install-and-configure.md) (Early Access).
3441
- [Use Desktop Settings Management via the Docker Admin Console](/manuals/security/for-admins/hardened-desktop/settings-management/configure-admin-console.md) (Early Access).

data/summary.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Amazon S3 cache:
1616
availability: Experimental
1717
Ask Gordon:
1818
availability: Beta
19-
requires: Docker Desktop 4.38 or later
19+
requires: Docker Desktop [4.38.0](/manuals/desktop/release-notes.md#4380) or later
2020
Automated builds:
2121
subscription: [Pro, Team, Business]
2222
Azure blob:

0 commit comments

Comments
 (0)