I seem to have a problem using extensions with this package. When (un)installing/updating an extension it expects /usr/local/bin/docker which is missing. This file is present and works fine when installing directly from source.
Search Criteria
Package Details: docker-desktop 4.41.2-1
Package Actions
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: | 16 |
Popularity: | 0.68 |
First Submitted: | 2023-06-30 21:07 (UTC) |
Last Updated: | 2025-05-06 19:43 (UTC) |
Dependencies (11)
- curl (curl-gitAUR, curl-c-aresAUR)
- desktop-file-utils (desktop-file-utils-gitAUR)
- docker (rancher-desktop-gitAUR, podman-docker-gitAUR, docker-gitAUR, rancher-desktopAUR, docker-cli-binAUR, podman-docker)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR, gtk3-classic-xfceAUR)
- libcap-ng (libcap-ng-gitAUR)
- libseccomp (libseccomp-gitAUR)
- libx11 (libx11-gitAUR)
- pass (pass-gitAUR, gopass-symlinksAUR, pass-parcelliteAUR)
- qemu (qemu-gitAUR, qemu-headless-gitAUR, qemu-base, qemu-desktop, qemu-full)
- shadow (shadow-selinuxAUR)
- w3m (w3m-rkta-gitAUR) (make)
Required by (38)
- 1panel (requires docker-compose) (optional)
- 1panel-bin (requires docker-compose) (optional)
- 1panel-dev-bin (requires docker-compose) (optional)
- 1panel-git (requires docker-compose) (optional)
- casaos (requires docker-compose)
- devc (requires docker-compose) (optional)
- devc-bin (requires docker-compose) (optional)
- devops-tools (requires docker-compose)
- docker-compose-systemd-unit (requires docker-compose)
- docker-git (requires docker-buildx) (optional)
- docksal (requires docker-compose)
- dojo (requires docker-compose)
- dojo-bin (requires docker-compose)
- dokku (requires docker-compose)
- gojira (requires docker-compose)
- goxygen (requires docker-compose)
- jasper-km-bin (requires docker-compose)
- kool (requires docker-compose)
- lando (requires docker-compose)
- lando-beta (requires docker-compose)
- lando-bin (requires docker-compose)
- lando-git (requires docker-compose)
- mutagen-compose-git (requires docker-compose)
- nhost-git (requires docker-compose)
- nvidia-docker-compose (requires docker-compose)
- opcoffox (requires docker-compose)
- plasma5-applets-docker (requires docker-compose)
- plis (requires docker-compose)
- podman-desktop-git (requires docker-compose)
- polar-bin (requires docker-compose)
- portainer-bin (requires docker-compose)
- portainer-lts-bin (requires docker-compose)
- pycharm-eap (requires docker-compose) (optional)
- pycharm-professional (requires docker-compose) (optional)
- python-pytest-docker (requires docker-compose) (check)
- sabnzbd-docker (requires docker-compose)
- stakkr (requires docker-compose)
- wwd-dde (requires docker-compose)
Sources (1)
m.dango commented on 2023-10-05 11:56 (UTC)
gustavosbarreto commented on 2023-07-18 20:47 (UTC)
@antdking ✓
antdking commented on 2023-07-18 15:13 (UTC)
Can you add /usr/bin/docker-credential-desktop
please
gustavosbarreto commented on 2023-07-08 01:21 (UTC)
md5sum updated!
rokam commented on 2023-07-06 18:00 (UTC)
checksum failing
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)
Pinned Comments
xeeynamo commented on 2025-05-06 19:45 (UTC)
Bumping Docker Desktop to 4.41.2-1 with another hotfix:
Models
menu was displayed in the GUI even when Docker Model Runner was not supported or not enabled.xeeynamo commented on 2025-04-30 14:52 (UTC)
I am bumping the package to 4.41.1-1, which contains the following hotfix:
leandrocunha commented on 2025-04-28 23:15 (UTC) (edited on 2025-04-29 19:13 (UTC) by leandrocunha)
Bump to 4.41.0
NEW
Docker Compose and Testcontainers Java and Go now support Docker Model Runner.
Upgrades
Docker Engine v28.1.1
Docker Compose v2.35.1
Docker Buildx v0.23.0
Docker Scout CLI v1.17.1
Compose Bridge v0.0.19
Security
Fixed CVE-2025-3224 allowing an attacker with access to a user machine to perform an elevation of privilege when Docker Desktop updates.
Bug fixes and enhancements
For all platforms
See Docker Desktop Release Notes