Update dependency docker/docker to v26 #39
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
25.0.2→26.1.5Release Notes
docker/docker (docker/docker)
v26.1.5Compare Source
26.1.5
Security
This release contains a fix for CVE-2024-41110 / GHSA-v23v-6jw2-98fq
that impacted setups using authorization plugins (AuthZ)
for access control. No other changes are included in this release, and this
release is otherwise identical for users not using AuthZ plugins.
Full Changelog: moby/moby@v26.1.4...v26.1.5
v26.1.4Compare Source
26.1.4
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
Security
This release updates the Go runtime to 1.21.11 which contains security fixes for:
Bug fixes and enhancements
superfluous response.WriteHeader call ...messages.. moby/moby#47843ContextType: "moby"to the context list/inspect output to address a compatibility issue with Visual Studio Container Tools. docker/cli#5095Packaging updates
v26.1.3Compare Source
26.1.3
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
Bug fixes and enhancements
--internalnetwork. moby/moby#47832Packaging updates
v26.1.2Compare Source
26.1.2
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
Bug fixes and enhancements
Packaging updates
v26.1.1Compare Source
26.1.1
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
Bug fixes and enhancements
docker run -dprinting ancontext canceledspurious error when OTEL is configured. docker/cli#5044DOCKER_BRIDGE_PRESERVE_KERNEL_LL=1will prevent the daemon from removing the kernel-assigned link local address on a Linux bridge. moby/moby#47775/proc/sys/netfilesystem. If IPv6 cannot be disabled on an interface due to this, either disable IPv6 by default on the host or ensure/proc/sys/netis read-write. Otherwise, start dockerd withDOCKER_ALLOW_IPV6_ON_IPV4_INTERFACE=1to bypass the error. moby/moby#47769Packaging updates
v26.1.0Compare Source
26.1.0
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
New
For more information, see OpenTelemetry for the Docker CLI. docker/cli#4889
Bug fixes and enhancements
nslookup, fall back to the external resolvers when they get aSERVFAILanswer from the internal server. So, the internal DNS server can now be configured to forward requests to the external resolvers, by setting"features": {"windows-dns-proxy": true }in thedaemon.jsonfile. moby/moby#47584Subpathnot being passed to the container config. moby/moby#47711WORKDIR <directory>/build step (directory with a trailing slash). moby/moby#47723docker imagesfailing when any image in the store has unexpected target. moby/moby#47738v26.0.2Compare Source
26.0.2
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
Security
This release contains a security fix for CVE-2024-32473, an unexpected configuration of IPv6 on IPv4-only interfaces.
Bug fixes and enhancements
v26.0.1Compare Source
26.0.1
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
Bug fixes and enhancements
--sysctloptions prevented container startup. moby/moby#47646platformfrom imageconfigOCI descriptor indocker saveoutput. moby/moby#47694docker savewill now have a non-emptymediaTypefield inindex.jsonmoby/moby#47701Packaging updates
v26.0.0Compare Source
26.0.0
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
Security
This release contains a security fix for CVE-2024-29018, a potential data exfiltration from 'internal' networks via authoritative DNS servers.
New
Subpathfield to theVolumeOptionsmaking it possible to mount a subpath of a volume. moby/moby#45687volume-subpathsupport to the mount flag (--mount type=volume,...,volume-subpath=<subpath>). docker/cli#4331=separators and[ipv6]in compose files fordocker stack deploy. docker/cli#4860DOCKERD_ROOTLESS_ROOTLESSKIT_DISABLE_HOST_LOOPBACKenvironment variable tofalse(defaults totrue). This lets containers connect to the host by using IP address10.0.2.2. moby/moby#47352docker image lsno longer creates duplicates entries for multi-platform images. moby/moby#45967Bug fixes and enhancements
/etc/hostsif successful. moby/moby#47062ADDDockerfile instruction failing withlsetxattr <file>: operation not supportedwhen unpacking archive with xattrs onto a filesystem that doesn't support them. moby/moby#47175docker container startfailing when used with--checkpoint. moby/moby#47456docker image lswith ambiguous argument. docker/cli#4849@docker_cli_[UUID]files on OpenBSD. docker/cli#4862resolv.confas upstream resolvers for Docker Engine's internal DNS, rather than listing them in the container'sresolv.conf. moby/moby#47512--userns-remapoption is used. moby/moby#46786Pulling fs layerstatus. moby/moby#47432API
GET /images/{id}/jsonomits theCreatedfield (previously it was0001-01-01T00:00:00Z) if theCreatedfield is missing from the image config. moby/moby#47451Createdfield inGET /images/{id}/jsonwith0001-01-01T00:00:00Zfor API version <= 1.43. moby/moby#47387is_automatedfield in thePOST /images/searchendpoint results is alwaysfalsenow. Consequently, searching foris-automated=truewill yield no results, whileis-automated=falsewill be a no-op. moby/moby#47465ContainerandContainerConfigfields from theGET /images/{name}/jsonresponse. moby/moby#47430Packaging updates
Removed
ContainerandContainerConfigfields from theGET /images/{name}/jsonresponse. moby/moby#47430github.com/docker/docker/pkg/loopbackpackage. moby/moby#47128ErrNotSupportedOperatingSystem,IsOSSupportedmoby/moby#47129--oom-score-adjustwas deprecated in v24.0 and is now removed. moby/moby#46113These aliases are now removed:
types.Info,types.Commit,types.PluginsInfo,types.NetworkAddressPool,types.Runtime,types.SecurityOpt,types.KeyValue,types.DecodeSecurityOptions,types.CheckpointCreateOptions,types.CheckpointListOptions,types.CheckpointDeleteOptions,types.Checkpoint,types.ImageDeleteResponseItem,types.ImageSummary,types.ImageMetadata,types.ServiceUpdateResponse,types.ServiceCreateResponse,types.ResizeOptions,types.ContainerAttachOptions,types.ContainerCommitOptions,types.ContainerRemoveOptions,types.ContainerStartOptions,types.ContainerListOptions,types.ContainerLogsOptionsNewStartOptions()docker/cli#4811DockerCliOption,InitializeOptdocker/cli#4810v25.0.13Compare Source
25.0.13
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestone:
Bug fixes and enhancements
v25.0.12Compare Source
25.0.12
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestone:
Bug fixes and enhancements
Packaging updates
v25.0.11Compare Source
25.0.11
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestone:
Networking
Known Issues
Full Changelog: moby/moby@v25.0.10...v25.0.11
v25.0.10Compare Source
25.0.10
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestone:
Packaging updates
Full Changelog: moby/moby@v25.0.9...v25.0.10
v25.0.9Compare Source
25.0.9
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestone:
Packaging updates
Full Changelog: moby/moby@v25.0.8...v25.0.9
v25.0.8Compare Source
25.0.8
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestone:
Bug fixes and enhancements
Packaging updates
Full Changelog: moby/moby@v25.0.7...v25.0.8
v25.0.7Compare Source
25.0.7
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestone:
Bug fixes and enhancements
Packaging updates
Full Changelog: moby/moby@v25.0.6...v25.0.7
v25.0.6Compare Source
25.0.6
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
Security
This release contains a fix for CVE-2024-41110 / GHSA-v23v-6jw2-98fq that impacted setups using authorization plugins (AuthZ) for access control.
Bug fixes and enhancements
platformfrom imageconfigOCI descriptor indocker saveoutput. moby/moby#47695Createdvalue set. moby/moby#47759Packaging updates
Full Changelog: moby/moby@v25.0.5...v25.0.6
v25.0.5Compare Source
25.0.5
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
Security
This release contains a security fix for CVE-2024-29018, a potential data exfiltration from 'internal' networks via authoritative DNS servers.
Bug fixes and enhancements
open /etc/docker/plugins: permission denied. moby/moby#47587docker buildruns leaking disk space. moby/moby#47527v25.0.4Compare Source
25.0.4
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
Bug fixes and enhancements
docker startfailing when used with--checkpointmoby/moby#47466Pulling fs layerstatus moby/moby#47484API
GET /images/{id}/jsonomits theCreatedfield (previously it was0001-01-01T00:00:00Z) if theCreatedfield is missing from the image config. moby/moby#47451Createdfield inGET /images/{id}/jsonwith0001-01-01T00:00:00Zfor API version <= 1.43. moby/moby#47387NetworkModename-or-id is not the same as the name-or-id used inNetworkSettings.Networks. moby/moby#47510Packaging updates
Full Changelog: moby/moby@v25.0.3...v25.0.4
v25.0.3Compare Source
25.0.3
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
Bug fixes and enhancements
containerd image store: Fix a bug where
docker image historywould fail if a manifest wasn't found in the content store. moby/moby#47348Ensure that a generated MAC address is not restored when a container is restarted, but a configured MAC address is preserved. moby/moby#47304
docker save <image>@​<digest>producing an OCI archive with index without manifests. moby/moby#47294internalnetwork. moby/moby#47303ipv6daemon option was ignored. moby/moby#47310journaldlog driver preventing container logs from being followed correctly with systemd version 255. moby/moby47243Packaging updates
Configuration
📅 Schedule: Branch creation - "after 6am on monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.