chore(deps): update module github.com/docker/docker to v24.0.6 (main) #350

Manually merged
renovate-bot merged 1 commits from renovate/main-github.com-docker-docker-24.x into main 2023-09-07 12:34:56 +00:00
Member

This PR contains the following updates:

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

⚠️ Dependency Lookup Warnings ⚠️

Warnings were logged while processing this repo. Please check the logs for more information.


Release Notes

docker/docker

v24.0.6

Compare Source

24.0.6

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

Bug fixes and enhancements
  • containerd storage backend: Fix docker ps failing when a container image is no longer present in the content store. moby/moby#​46095
  • containerd storage backend: Fix docker ps -s -a and docker container prune failing when a container image config is no longer present in the content store. moby/moby#​46097
  • containerd storage backend: Fix docker inspect failing when a container image config is no longer (or was never) present in the content store. moby/moby#​46244
  • containerd storage backend: Fix diff and export with the overlayfs snapshotter by using reference-counted rootfs mounts. moby/moby#​46266
  • containerd storage backend: Fix a misleading error message when the image platforms available locally do not match the desired platform. moby/moby#​46300
  • containerd storage backend: Fix the FROM scratch Dockerfile instruction with the classic builder. moby/moby#​46302
  • containerd storage backend: Fix mismatched image rootfs and manifest layers errors with the classic builder. moby/moby#​46310
  • Warn when pulling Docker Image Format v1, and Docker Image manifest version 2, schema 1 images from all registries. moby/moby#​46290
  • Fix live-restore of volumes with custom volume options. moby/moby#​46366
  • Fix incorrectly dropping capabilities bits when running a container as a non-root user (note: this change was already effectively present due to a regression). moby/moby#​46221
  • Fix network isolation iptables rules preventing IPv6 Neighbor Solicitation packets from being exchanged between containers. moby/moby#​46214
  • Fix dockerd.exe --register-service not working when the binary is in the current directory on Windows. moby/moby#​46215
  • Add a hint suggesting the use of a PAT to docker login against Docker Hub. docker/cli#​4500
  • Improve shell startup time for users of Bash completion for the CLI. docker/cli#​4517
  • Improve the speed of some commands by skipping GET /_ping when possible. docker/cli#​4508
  • Fix credential scopes when using a PAT to docker manifest inspect an image on Docker Hub. docker/cli#​4512
  • Fix docker events not supporting --format=json. docker/cli#​4544
Packaging updates

Configuration

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

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/docker/docker](https://github.com/docker/docker) | require | patch | `v24.0.5+incompatible` -> `v24.0.6` | --- ### :warning: Dependency Lookup Warnings :warning: Warnings were logged while processing this repo. Please check the logs for more information. --- ### Release Notes <details> <summary>docker/docker</summary> ### [`v24.0.6`](https://github.com/moby/moby/releases/tag/v24.0.6) [Compare Source](https://github.com/docker/docker/compare/v24.0.5...v24.0.6) #### 24.0.6 For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones: - [docker/cli, 24.0.6 milestone](https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A24.0.6) - [moby/moby, 24.0.6 milestone](https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A24.0.6) ##### Bug fixes and enhancements - containerd storage backend: Fix `docker ps` failing when a container image is no longer present in the content store. [moby/moby#&#8203;46095](https://github.com/moby/moby/pull/46095) - containerd storage backend: Fix `docker ps -s -a` and `docker container prune` failing when a container image config is no longer present in the content store. [moby/moby#&#8203;46097](https://github.com/moby/moby/pull/46097) - containerd storage backend: Fix `docker inspect` failing when a container image config is no longer (or was never) present in the content store. [moby/moby#&#8203;46244](https://github.com/moby/moby/pull/46244) - containerd storage backend: Fix diff and export with the `overlayfs` snapshotter by using reference-counted rootfs mounts. [moby/moby#&#8203;46266](https://github.com/moby/moby/pull/46266) - containerd storage backend: Fix a misleading error message when the image platforms available locally do not match the desired platform. [moby/moby#&#8203;46300](https://github.com/moby/moby/pull/46300) - containerd storage backend: Fix the `FROM scratch` Dockerfile instruction with the classic builder. [moby/moby#&#8203;46302](https://github.com/moby/moby/pull/46302) - containerd storage backend: Fix `mismatched image rootfs and manifest layers` errors with the classic builder. [moby/moby#&#8203;46310](https://github.com/moby/moby/pull/46310) - Warn when pulling Docker Image Format v1, and Docker Image manifest version 2, schema 1 images from all registries. [moby/moby#&#8203;46290](https://github.com/moby/moby/pull/46290) - Fix live-restore of volumes with custom volume options. [moby/moby#&#8203;46366](https://github.com/moby/moby/pull/46366) - Fix incorrectly dropping capabilities bits when running a container as a non-root user (note: this change was already effectively present due to a regression). [moby/moby#&#8203;46221](https://github.com/moby/moby/pull/46221) - Fix network isolation iptables rules preventing IPv6 Neighbor Solicitation packets from being exchanged between containers. [moby/moby#&#8203;46214](https://github.com/moby/moby/pull/46214) - Fix `dockerd.exe --register-service` not working when the binary is in the current directory on Windows. [moby/moby#&#8203;46215](https://github.com/moby/moby/pull/46215) - Add a hint suggesting the use of a PAT to `docker login` against Docker Hub. [docker/cli#&#8203;4500](https://github.com/docker/cli/pull/4500) - Improve shell startup time for users of Bash completion for the CLI. [docker/cli#&#8203;4517](https://github.com/docker/cli/pull/4517) - Improve the speed of some commands by skipping `GET /_ping` when possible. [docker/cli#&#8203;4508](https://github.com/docker/cli/pull/4508) - Fix credential scopes when using a PAT to `docker manifest inspect` an image on Docker Hub. [docker/cli#&#8203;4512](https://github.com/docker/cli/pull/4512) - Fix `docker events` not supporting `--format=json`. [docker/cli#&#8203;4544](https://github.com/docker/cli/pull/4544) ##### Packaging updates - Upgrade Go to `go1.20.7`. [moby/moby#&#8203;46140](https://github.com/moby/moby/pull/46140), [docker/cli#&#8203;4476](https://github.com/docker/cli/pull/4476), [docker/docker-ce-packaging#&#8203;932](https://github.com/docker/docker-ce-packaging/pull/932) - Upgrade containerd to `v1.7.3` (static binaries only). [moby/moby#&#8203;46103](https://github.com/moby/moby/pull/46103) - Upgrade Compose to `v2.21.0`. [docker/docker-ce-packaging#&#8203;936](https://github.com/docker/docker-ce-packaging/pull/936) </details> --- ### Configuration :date: **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Enabled. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDUuNCIsInVwZGF0ZWRJblZlciI6IjM0LjEwNS40In0=-->
renovate-bot added 1 commit 2023-09-06 07:02:22 +00:00
renovate/artifacts Artifact file update failure
continuous-integration/drone/pr Build is failing Details
continuous-integration/drone/push Build is failing Details
9cd2ee9dc1
chore(deps): update module github.com/docker/docker to v24.0.6
renovate-bot scheduled this pull request to auto merge when all checks succeed 2023-09-06 07:02:34 +00:00
renovate-bot force-pushed renovate/main-github.com-docker-docker-24.x from 9cd2ee9dc1 to d80b882b83 2023-09-07 07:02:47 +00:00 Compare
renovate-bot manually merged commit d80b882b83 into main 2023-09-07 12:34:56 +00:00
Sign in to join this conversation.
No description provided.