Track and list all Docker Desktop direct download links since version
4.0.0(released on2021-08-31).
All Docker Desktop resources with versions later than 4.0.0 are listed in the Docker Desktop release notes page.
Earlier versions are no longer available for download.
All the links to the different versions of Docker Desktop are referenced in the DockerDesktop.yaml or in the associated gist.
The direct download links are all composed as follows:
https://desktop.docker.com/<OS>/main/<ARCHITECTURE>/<GUID>/<FILE>
- OS can be
win,macorlinux. - ARCHITECTURE can be
amd64orarm64. - GUID is linked to the version.
- FILE is linked to the OS and ARCHITECTURE
Docker Desktop Installer.exefor WindowsDocker.dmgfor Macdocker-desktop-amd64.debfor Debian Linux (onlyamd64)docker-desktop-x86_64.rpmfor RPM Linux (onlyamd64)docker-desktop-x86_64.pkg.tar.zstfor Arch Linux (onlyamd64)
Download links are not referenced for some resources, even if the links still exist.
The docker_release_scraper.py script is used to list all the direct download links for all the different Docker Desktop resources and provide a method to keep them up to date.
Thanks @kupietools for his previous work.