-
I am trying to build a custom image containing docker cli, buildx and compose.
When I verify this manually I can't find the 0.10.5 package for bullseye either
Did something happen with the release of 0.10.5 or do I need to wait a bit till it is published for bullseye? See this PR swissgrc/docker-azure-pipelines-dockercli#5 for the full Dockerfile. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Buildx 0.10.5 pkg update has been merged docker/docker-ce-packaging#900 but not yet published on download.docker.com: https://download.docker.com/linux/debian/dists/bullseye/pool/stable/amd64/ I guess Renovate relies on GitHub Releases to create the PR but what is published in GitHub Release in this repo might not be yet available in Docker packages. cc @thaJeztah |
Beta Was this translation helpful? Give feedback.
Yes, releases on GitHub are created when the project tagged a release (which currently also provides binary downloads on GitHub). Packages on download.docker.com, are part of Docker's release process, which (currently) happens together with (patch)releases of the Docker Engine, so sometimes there may be some latency, and buildx plugin packages will appear when the next engine release is done.
We're working on separating those releases from the Docker Engine releases, but this still requires some amount of work to be completed.
On a bright note: the Docker Engine 24.0.2 release is currently rolling, and packages for buildx 0.10.5 should be available ... very soon (within an hour or so 🤞)