summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
6 hoursAmend 'pkgrel' changeLuciano Ciccariello
6 hoursUpdate to version 4.40.0Luciano Ciccariello
Upgrades: - Docker Buildx v0.22.0 - Docker Compose v2.34.0 - Docker Engine v28.0.4 - Docker Scout CLI v1.17.0 - compose-bridge v0.0.18 - NVIDIA Container Toolkit v1.17.5 Bug fixes and enhancements: - You can now get quick access to the Kubernetes Dashboard with the Launch Dashboard button on the Kubernetes settings page. - Fixed a bug that caused docker-proxy to stop forwarding UDP datagrams to containers. - Fixed a bug that caused docker-proxy to close UDP connections to containers eagerly and resulting in the source address to change needlessly - Fixed a race condition that prevented Docker Desktop Kubernetes from starting in some scenarios. - Improved the way ECI collects image digest info from a repository in environments where proxies are configured. - Users can now to specify a timeout when generating a private Extension Marketplace using the new --timeout flag. - Removed unused internal helper tool com.docker.admin.
2025-03-07Update the version releasing 4.39.0-3Leandro Cunha
2025-03-07Bump to 4.39.0-3 for checksum changeLeandro Cunha
The https://man.archlinux.org/man/updpkgsums.8.en was executed.
2025-03-07Bump to 4.39.0-1 with Docker AI installationLeandro Cunha
See the path /usr/lib/docker/cli-plugins/docker-ai
2025-03-05Update to version 4.39.0Luciano Ciccariello
New: - The Docker Desktop CLI is now generally available. You can now also print logs with the new `docker desktop logs` command. - Docker Desktop now supports the `--platform` flag on docker load and `docker save`. This helps you import and export a subset of multi-platform images. Upgrades: - Docker Compose v2.33.1 - Docker Buildx v0.21.1 - Kubernetes v1.32.2 - Docker Engine v28.0.1 - Docker Scout CLI v1.16.3 Bugfixes and enhancements: - Ask Gordon now offers deeper context on Docker images, containers, and volumes, delivers faster support, and enables more user actions via Docker Desktop and the Docker CLI. - Support multi-platform images via enabling users to pick a specific platform in `docker history` - Fixed an issue that caused clients other than the CLI and Docker Desktop to see a delay of 3 seconds whenever a container with port-mappings exists. See docker/for-mac#7575 - Fixed a bug in the ECI Docker socket permissions which caused it to sometimes block Docker socket mounts on containers with allowed images, or images derived from allowed images. - Fixed a bug that prevented Docker Desktop from entering Resource Saver mode again immediately after an engine restart. For Linux: - The **Software Updates** page in settings, now points to the latest available version available.
2025-01-30Update to version 4.38.0Luciano Ciccariello
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.
2024-12-30Import .SRCINFOLeandro Cunha
2024-12-30Bump version to 4.37.1Leandro Cunha
2024-12-12bump version to 4.37.0Mark Park
2024-11-18bump version to 4.36.0Mark Park
2024-10-31bump to 4.35.1Mark Park
2024-10-25Update to version 4.35.0Mark Park
- Support for Docker Desktop on Red Hat Enterprise Linux is now generally available. - Volume Backup and Share is now generally available and can be found in the Volumes view. - Terminal support within Docker Desktop using system shells is now generally available. - Beta release of Docker VMM - the more performant alternative to Apple Virtualization Framework on macOS (requires Apple Silicon and macOS 12.5 or later). - containerd v1.7.21 - Docker Buildx v0.17.1 - Docker Compose v2.29.7 - Docker Engine v27.3.1 - Docker Scout CLI v1.14.0 - Docker Debug ```v0.0.37``` - Linux kernel ```v6.10.9``` - Fixed a bug where proxy settings in daemon.json would override proxies set in Docker Desktop settings. - Fixed a bug where some Docker subnet ranges were not able to be used. - Removed [docker-index](https://github.com/docker/index-cli-plugin) as it is now deprecated, you can use ```docker scout cves fs://<path to binary>``` instead. - Fixed a bug where images couldn't be sorted or filtered by tag. Fixes [docker/for-win#14297](https://github.com/docker/for-win/issues/14297). - Fixed a bug where the ```docker``` CLI did not work as expected when the ```registry.json``` file was malformed. - Fixed a bug where the Push to Docker Hub action in the Images view would result in an ```invalid tag format``` error. Fixes [docker/for-win#14258](https://github.com/docker/for-win/issues/14258). - Fixed an issue where Docker Desktop startup failed when ICMPv6 setup was not successful. - Added drivers that allow USB/IP to work. - Fixed a bug in Enhanced Container Isolation (ECI) [Docker socket mount permissions for derived images](https://docs.docker.com/security/for-admins/hardened-desktop/enhanced-container-isolation/config/) where it was incorrectly denying Docker socket mounts for some images when Docker Desktop uses the containerd image store. - Enable ```NFT_NUMGEN```, ```NFT_FIB_IPV4``` and ```NFT_FIB_IPV6``` kernel modules. - Build UI: + Highlight build check warnings in the Completed builds list. + Improve visualization for the build time charts. + Image tags added to Build results section under the Info tab. - Improved efficiency of host-side disk utilization for fresh installations on Mac and Linux. - Fixed a bug that prevented the Sign in enforcement popup to be triggered when token expires. - Fixed a bug where containers would not be displayed in the GUI immediately after signing in when using [enforced sign-in](https://docs.docker.com/security/for-admins/enforce-sign-in/). - ```settings.json``` has been renamed to ```settings-store.json``` - Ubuntu 24.04 is now supported on Docker Desktop.
2024-10-10Update to version 4.34.3Mark Park
2024-10-07Import version 4.34.2-4 with minor changeLeandro Cunha
2024-10-07Import version 4.34.2-3Leandro Cunha
Added docker compose and buildx as conflicts. Fix checksum mismatch.
2024-10-06Completing the PKGBUILD and import version 4.34.2-2Leandro Cunha
2024-10-06Bump to docker-desktop 4.34.2Leandro Cunha
2024-07-28Bump to docker-desktop 4.33.0Luis Gustavo S. Barreto
2024-07-01Bump to docker-desktop 4.31.0Luis Gustavo S. Barreto
2024-05-10Bump package.Eduard T
2024-05-01Bump package.Eduard T
2024-03-22update to docker-desktop 4.28.0Luis Gustavo S. Barreto
2023-12-15update to docker-desktop 4.26.1Niklas Schäffer
2023-11-24update to docker-desktop 4.25.2Niklas Schäffer
2023-11-15update to docker-desktop 4.25.1Niklas Schäffer
2023-11-06update to docker-desktop 4.25.0Niklas Schäffer
2023-10-19update to docker 4.24.2Niklas Schäffer
2023-10-03update to docker-desktop 4.24.0Niklas Schäffer
2023-09-12update to 4.23.0 dockerNiklas Schäffer
2023-09-12update to 4.23.0 dockerNiklas Schäffer
2023-08-25update to latest dependencysNiklas Schäffer
2023-08-25update .SRCINFONiklas Schäffer
2023-08-25updated to docker-desktop 4.22.1Niklas Schäffer
2023-08-05update to latest docker releaseNiklas Schäffer
2023-07-18Install docker-desktop-binaryLuis Gustavo S. Barreto
2023-07-06md5sum updatedLuis Gustavo S. Barreto
2023-07-05Bump pkgver from 4.21.0 to 4.21.1Luis Gustavo S. Barreto
2023-06-30SRCINFO updatedLuis Gustavo S. Barreto
2023-06-30Set license to Docker Agreement a install the license fileLuis Gustavo S. Barreto
2023-06-30First commitLuis Gustavo S. Barreto