Update dependency docker/docker to v27.5.1 #120
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:
27.3.1→27.5.1Release Notes
docker/docker (docker/docker)
v27.5.1Compare Source
27.5.1
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
Bug fixes and enhancements
DOCKER_IGNORE_BR_NETFILTER_ERRORenvironment variable. Setting it to1allows running on hosts that cannot loadbr_netfilter. Some things won't work, including disabling inter-container communication in a bridge network. With the userland proxy disabled, it won't be possible to access one container's published ports from another container on the same network. moby/moby#49306Packaging updates
passt>= 2024_10_30.ee7d0b6. moby/moby#49304v27.5.0Compare Source
27.5.0
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
Bugfixes and enhancements
/buildendpoint. moby/moby#49194keepStoragevalue now inherit thedefaultKeepStoragelimit as intended. moby/moby#49137Go SDK
pkg/sysinfo: deprecateNumCPU. This utility has the same behavior asruntime.NumCPU. moby/moby#49247pkg/fileutils: deprecateGetTotalUsedFds: this function is only used internally and will be removed in the next release. moby/moby#49209pkg/ioutils: deprecateBytesPipe,NewBytesPipe,ErrClosed,WriteCounter,NewWriteCounter,NewReaderErrWrapper,NopFlusher,NopWriter,NopWriteCloser. They were only used internally and will be removed in the next release. moby/moby#49246, moby/moby#49255pkg/reexec: This package is deprecated and moved to a separate module. Usegithub.com/moby/sys/reexecinstead. moby/moby#49135Packaging updates
runcto v1.2.4 moby/moby#49243v27.4.1Compare Source
27.4.1
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
Bug fixes and enhancements
docker infocommand and the correspondingGET /infoAPI endpoint no longer include warnings whenbridge-nf-call-iptablesorbridge-nf-call-ip6tablesare disabled at the daemon is started. Thebr_netfilterkernel module is now attempted to be loaded when needed, which made those warnings inaccurate. moby/moby#49090ip6_tablesandbr_netfilterwhen required, using a method that is likely to succeed inside a Docker-in-Docker container. moby/moby#49043DOCKER FILTERchain not being cleaned up on failure. moby/moby#49110Deprecations
Lstat(),Mkdev(),Mknod(),FromStatT()andStat()functions, and relatedStatTtypes. These were only used internally, and will be removed in the next release. moby/moby#49100IPV,IptablesandIP6Tablestypes in favor ofIPVersion,IPv4, andIPv6. This type and consts will be removed in the next release. moby/moby#49093Passthrough. This function was only used internally, and will be removed in the next release. moby/moby#49119Packaging updates
runcto v1.2.3 (static packages only). moby/moby#49085v27.4.0Compare Source
27.4.0
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
API
GET /images/jsonwith themanifestsoption enabled now preserves the original order in which manifests appeared in the manifest-index. moby/moby#48712Bug fixes and enhancements
jsonfileorlocallog drivers, any errors while trying to read or parse underlying log files will cause the rest of the file to be skipped and move to the next log file (if one exists) rather than returning an error to the client and closing the stream. The errors are viewable in the Docker Daemon logs and exported to traces when tracing is configured. moby/moby#48842userland-proxydisabled, if the kernel'sbr_netfiltermodule was not loaded and enabled. The daemon will now attempt to load the module and enablebridge-nf-call-iptablesorbridge-nf-call-ip6tableswhen creating a network with the userland proxy disabled. moby/moby#48685bridgeandbr_netfilterkernel modules. moby/moby#48966docker image inspectoutputting duplicate references inRepoDigests. moby/moby#48785--mountoption not being marked as anonymous. moby/moby#48755DOCKER-USERchain is placed before other rules. moby/moby#48714docker image ls --tree. docker/cli#5519USEDcolumn indocker image ls --treetoIN USE. docker/cli#5518docker run. docker/cli#5654docker loginanddocker logoutcommand no longer update the configuration file if the credentials didn't change. docker/cli#5569docker statsto reduce flickering issues. docker/cli#5588, docker/cli#5635events --filterin cobra generated shell completions. docker/cli#5614events --filter daemon=. docker/cli#5563docker rm. docker/cli#5540--platformflags. docker/cli#5540/etc/cdiand/var/run/cdiaccessible by the Container Device Interface (CDI) integration. moby/moby#49027Removed
Daemon.Exists()andDaemon.IsPaused(). These functions are no longer used and will be removed in the next release. moby/moby#48719container.ErrNameReservedandcontainer.ErrNameNotReserved. moby/moby#48697pkg/platform- this package is only used internally, and will be removed in the next release. moby/moby#48863RepositoryInfo.Class. This field is no longer used, and will be removed in the next release. moby/moby#49013cli/command.ConfigureAuth(), which was deprecated since v27.2.1. docker/cli#5552cli.Errorstype in favour of Go'serrors.Joindocker/cli#5548Packaging updates
containerd(static binaries only) to v1.7.24. moby/moby#48919runcto v1.2.2. moby/moby#48919Configuration
📅 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.