Skip to content

Update module github.com/docker/docker to v24.0.5

John Jarvis requested to merge renovate/github.com-docker-docker-24.x into next

This MR contains the following updates:

Package Type Update Change
github.com/docker/docker require patch v24.0.4+incompatible -> v24.0.5

Release Notes

docker/docker

v24.0.5

Compare Source

24.0.5

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements
  • The Go client now avoids using UNIX socket paths in the HTTP Host: header, in order to be compatible with changes introduced in go1.20.6. moby/moby#​45962, moby/moby#​45990
  • containerd storage backend: Fix Variant not being included in docker image inspect and GET /images/{name}/json. moby/moby#​46025
  • containerd storage backend: Prevent potential garbage collection of content during image export. moby/moby#​46021
  • containerd storage backend: Prevent duplicate digest entries in RepoDigests. moby/moby#​46014
  • containerd storage backend: Fix operations taking place against the incorrect tag when working with an image referenced by tag and digest. moby/moby#​46013
  • containerd storage backend: Fix a panic caused by EXPOSE when building containers with the legacy builder. moby/moby#​45921
  • Fix a regression causing unintuitive errors to be returned when attempting to create an overlay network on a non-Swarm node. moby/moby#​45974
  • Properly report errors parsing volume specifications from the command line. docker/cli#​4423
  • Fix a panic caused when auths: null is found in the CLI config file. docker/cli#​4450
Packaging updates

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by John Jarvis

Merge request reports