Package Details: docker-desktop 4.38.0-1

Git Clone URL: https://aur.archlinux.org/docker-desktop.git (read-only, click to copy)
Package Base: docker-desktop
Description: Docker Desktop is an easy-to-install application that enables you to locally build and share containerized applications and microservices.
Upstream URL: https://www.docker.com/products/docker-desktop/
Keywords: docker
Licenses: custom: Docker Agreement
Conflicts: docker-buildx, docker-compose
Provides: docker-buildx, docker-compose
Submitter: gustavosbarreto
Maintainer: leandrocunha (xeeynamo)
Last Packager: xeeynamo
Votes: 14
Popularity: 0.68
First Submitted: 2023-06-30 21:07 (UTC)
Last Updated: 2025-01-30 16:28 (UTC)

Required by (36)

Sources (1)

Pinned Comments

xeeynamo commented on 2025-01-30 16:31 (UTC)

Bump to 4.38.0

New:

  • Docker Compose, Docker Scout, the Docker CLI, and Ask Gordon can now be updated independently of Docker Desktop and without a full restart (Beta).
  • Bake is now GA, with support for entitlements and composable attributes.
  • You can now create multi-node Kubernetes clusters in Docker Desktop.
  • Ask Gordon is more widely available. It is still in Beta.

Upgrades:

  • containerd v1.7.24
  • Docker Buildx v0.20.1
  • Docker Compose v2.32.4
  • Docker Engine v27.5.1
  • Docker Scout CLI v1.16.1
  • Runc v1.2.2
  • NVIDIA Container Toolkit v1.17.4
  • Kubernetes v1.31.4
  • Docker Debug v0.0.38

Bugfixes:

  • Fixed a bug where access tokens generated by the docker login web flow could not be refreshed by Docker Desktop.
  • Fixed a bug where container creation via the Docker API using curl failed when Enhanced Container Isolation was enabled.
  • Fixed a bug where the RAM policy was not refreshed after the refresh period had elapsed.
  • Fixed a bug in Enhanced Container Isolation when mounting the Docker socket into a container, and then creating Docker containers with bind-mounts from within that container.
  • Fixed an issue that caused a discrepancy between the GUI and the CLI, the former forcing the 0.0.0.0 HostIP in port-mappings. This caused default binding IPs configured through Engine's ip flag, or through the bridge option com.docker.network.bridge.host_binding_ipv4, to not be used.
  • Fixed a bug where the pac setting was ignored in admin-settings.json.

For Linux:

  • Added support for gvisor networking. Users with an incompatible version of qemu (8.x) will stay on qemu networking, and others will be migrated automatically.

Deprecation:

  • Deprecate com.docker.diagnose check|check-dot|check-hypervisordetect-host-hypervisor.

leandrocunha commented on 2024-12-30 13:40 (UTC) (edited on 2024-12-30 13:41 (UTC) by leandrocunha)

Bump to 4.37.1

Bug fixes and enhancements
For all platforms

  • Fixed an issue that caused the AI Catalog in Docker Hub to be unavailable in Docker Desktop.

  • Fixed an issue that caused Docker Desktop to panic with index out of range [0] with length 0 when using Enhanced Container Isolation.
    See https://docs.docker.com/desktop/release-notes/

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7

ypli commented on 2023-07-06 08:52 (UTC)

please update md5sum

gustavosbarreto commented on 2023-07-05 17:45 (UTC) (edited on 2023-07-05 17:46 (UTC) by gustavosbarreto)

@antdking Updated! If you want docker buildx command you can install docker-buildx package.

I'm not sure if it's a good idea to install all the bundled cli-plugins. Maybe it's best to let the user install the native plugins packaged by Arch.

antdking commented on 2023-07-05 15:34 (UTC)

Can you install all the bundled cli-plugins please.

the lack of docker-buildx is the main problem, as docker build is deprecated.

4.21.1 is also out

gustavosbarreto commented on 2023-07-01 00:53 (UTC)

Updated Thanks @FabioLolix

FabioLolix commented on 2023-06-30 22:31 (UTC)

Hello, for the license you can do in a similar way to Vivaldi

license=('custom: Docker Agreement') add makedepends=(w3m)

install -dm755 "$pkgdir/usr/share/licenses/$pkgname"
    w3m -dump https://www.docker.com/legal/docker-subscription-service-agreement/ \
        > "$pkgdir/usr/share/licenses/$pkgname/docker-agreement.txt"
}

That's the link they are using in their package (the license file for custom licenses need to be present; a link is not enough)