p4u1
2c1d5afde6
fix(loader): Allows multiple protocols on one port
build / prepare (push) Has been cancelled
build / build (push) Has been cancelled
build / bin-image (push) Has been cancelled
build / prepare-plugins (push) Has been cancelled
build / plugins (push) Has been cancelled
codeql / codeql (push) Has been cancelled
e2e / e2e (alpine, 23, connhelper-ssh) (push) Has been cancelled
e2e / e2e (alpine, 23, experimental) (push) Has been cancelled
e2e / e2e (alpine, 23, non-experimental) (push) Has been cancelled
e2e / e2e (alpine, 26.1, connhelper-ssh) (push) Has been cancelled
e2e / e2e (alpine, 26.1, experimental) (push) Has been cancelled
e2e / e2e (alpine, 26.1, non-experimental) (push) Has been cancelled
e2e / e2e (alpine, 27, connhelper-ssh) (push) Has been cancelled
e2e / e2e (alpine, 27, experimental) (push) Has been cancelled
e2e / e2e (alpine, 27, non-experimental) (push) Has been cancelled
e2e / e2e (debian, 23, connhelper-ssh) (push) Has been cancelled
e2e / e2e (debian, 23, experimental) (push) Has been cancelled
e2e / e2e (debian, 23, non-experimental) (push) Has been cancelled
e2e / e2e (debian, 26.1, connhelper-ssh) (push) Has been cancelled
e2e / e2e (debian, 26.1, experimental) (push) Has been cancelled
e2e / e2e (debian, 26.1, non-experimental) (push) Has been cancelled
e2e / e2e (debian, 27, connhelper-ssh) (push) Has been cancelled
e2e / e2e (debian, 27, experimental) (push) Has been cancelled
e2e / e2e (debian, 27, non-experimental) (push) Has been cancelled
test / ctn (push) Has been cancelled
test / host (macos-13) (push) Has been cancelled
test / host (macos-14) (push) Has been cancelled
validate / validate (lint) (push) Has been cancelled
validate / validate (shellcheck) (push) Has been cancelled
validate / validate (update-authors) (push) Has been cancelled
validate / validate (validate-vendor) (push) Has been cancelled
validate / validate-md (push) Has been cancelled
validate / validate-make (manpages) (push) Has been cancelled
validate / validate-make (yamldocs) (push) Has been cancelled
2025-12-30 11:42:32 +01:00
Sebastiaan van Stijn
915f5cf25d
Merge pull request #5796 from vvoland/update-go-27.x
...
[27.x] update to go1.22.12
2025-02-05 19:24:30 +01:00
Paweł Gronowski
6ee2756538
update to go1.22.12
...
- https://github.com/golang/go/issues?q=milestone%3AGo1.22.12+label%3ACherryPickApproved
- full diff: https://github.com/golang/go/compare/go1.22.11...go1.22.12
This minor release include 1 security fix following the security policy:
- crypto/elliptic: timing sidechannel for P-256 on ppc64le
Due to the usage of a variable time instruction in the assembly implementation
of an internal function, a small number of bits of secret scalars are leaked on
the ppc64le architecture. Due to the way this function is used, we do not
believe this leakage is enough to allow recovery of the private key when P-256
is used in any well known protocols.
This is CVE-2025-22866 and Go issue https://go.dev/issue/71383 .
View the release notes for more information:
https://go.dev/doc/devel/release#go1.22.12
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com >
2025-02-04 20:36:34 +01:00
Sebastiaan van Stijn
9f9e405801
Merge pull request #5759 from thaJeztah/27.x_vendor_docker_27.5.0
...
build / prepare (push) Has been cancelled
build / build (push) Has been cancelled
build / bin-image (push) Has been cancelled
build / prepare-plugins (push) Has been cancelled
build / plugins (push) Has been cancelled
codeql / codeql (push) Has been cancelled
e2e / e2e (alpine, 23, connhelper-ssh) (push) Has been cancelled
e2e / e2e (alpine, 23, experimental) (push) Has been cancelled
e2e / e2e (alpine, 23, non-experimental) (push) Has been cancelled
e2e / e2e (alpine, 26.1, connhelper-ssh) (push) Has been cancelled
e2e / e2e (alpine, 26.1, experimental) (push) Has been cancelled
e2e / e2e (alpine, 26.1, non-experimental) (push) Has been cancelled
e2e / e2e (alpine, 27, connhelper-ssh) (push) Has been cancelled
e2e / e2e (alpine, 27, experimental) (push) Has been cancelled
e2e / e2e (alpine, 27, non-experimental) (push) Has been cancelled
e2e / e2e (debian, 23, connhelper-ssh) (push) Has been cancelled
e2e / e2e (debian, 23, experimental) (push) Has been cancelled
e2e / e2e (debian, 23, non-experimental) (push) Has been cancelled
e2e / e2e (debian, 26.1, connhelper-ssh) (push) Has been cancelled
e2e / e2e (debian, 26.1, experimental) (push) Has been cancelled
e2e / e2e (debian, 26.1, non-experimental) (push) Has been cancelled
e2e / e2e (debian, 27, connhelper-ssh) (push) Has been cancelled
e2e / e2e (debian, 27, experimental) (push) Has been cancelled
e2e / e2e (debian, 27, non-experimental) (push) Has been cancelled
test / ctn (push) Has been cancelled
test / host (macos-13) (push) Has been cancelled
test / host (macos-14) (push) Has been cancelled
validate / validate (lint) (push) Has been cancelled
validate / validate (shellcheck) (push) Has been cancelled
validate / validate (update-authors) (push) Has been cancelled
validate / validate (validate-vendor) (push) Has been cancelled
validate / validate-md (push) Has been cancelled
validate / validate-make (manpages) (push) Has been cancelled
validate / validate-make (yamldocs) (push) Has been cancelled
[27.x] vendor: github.com/docker/docker v27.5.0
2025-01-22 00:46:20 +01:00
Paweł Gronowski
d7cd22f0a2
Merge pull request #5762 from thaJeztah/27.x_bump_golang_1.22.11
...
[27.x] update to go1.22.11 (fix CVE-2024-45341, CVE-2024-45336)
2025-01-21 11:31:54 +01:00
Paweł Gronowski
0e2d4fe890
Merge pull request #5766 from thaJeztah/27.x_backport_bump_dev_tools
...
[27.x backport] Dockerfile: dev-container: update buildx v0.20.0, compose v2.32.4
2025-01-21 11:31:12 +01:00
Sebastiaan van Stijn
fbc0a73b35
Dockerfile: update compose to v2.32.4
...
Update the compose cli plugin used in the dev-container
full diff: https://github.com/docker/compose/compare/v2.30.3...v2.32.4
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
(cherry picked from commit 1546f023fb )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-01-21 10:05:59 +01:00
Sebastiaan van Stijn
777695f6d5
Dockerfile: update buildx to v0.20.0
...
Update the buildx cli plugin used in the dev-container
full diff: https://github.com/docker/buildx/compare/v0.18.0..v0.20.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
(cherry picked from commit 7b07242708 )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-01-21 10:05:57 +01:00
Sebastiaan van Stijn
092d23532c
Merge pull request #5764 from vvoland/5763-27.x
...
[27.x backport] gha: Adjust release branches
2025-01-20 22:12:08 +01:00
Paweł Gronowski
fa1ba052d6
gha: Adjust release branches
...
Adjust all workflows to also run on branches like `27.x`
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com >
(cherry picked from commit 81b0bb58ba )
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com >
2025-01-20 18:24:03 +01:00
Sebastiaan van Stijn
1ccfae7946
update to go1.22.11 (fix CVE-2024-45341, CVE-2024-45336)
...
go1.22.11 (released 2025-01-16) includes security fixes to the crypto/x509 and
net/http packages, as well as bug fixes to the runtime. See the Go 1.22.11
milestone on our issue tracker for details.
- https://github.com/golang/go/issues?q=milestone%3AGo1.22.11+label%3ACherryPickApproved
- full diff: https://github.com/golang/go/compare/go1.22.10...go1.22.11
Hello gophers,
We have just released Go versions 1.23.5 and 1.22.11, minor point releases.
These minor releases include 2 security fixes following the security policy:
- crypto/x509: usage of IPv6 zone IDs can bypass URI name constraints
A certificate with a URI which has a IPv6 address with a zone ID may
incorrectly satisfy a URI name constraint that applies to the certificate
chain.
Certificates containing URIs are not permitted in the web PKI, so this
only affects users of private PKIs which make use of URIs.
Thanks to Juho Forsén of Mattermost for reporting this issue.
This is CVE-2024-45341 and Go issue https://go.dev/issue/71156 .
- net/http: sensitive headers incorrectly sent after cross-domain redirect
The HTTP client drops sensitive headers after following a cross-domain redirect.
For example, a request to a.com/ containing an Authorization header which is
redirected to b.com/ will not send that header to b.com.
In the event that the client received a subsequent same-domain redirect, however,
the sensitive headers would be restored. For example, a chain of redirects from
a.com/, to b.com/1, and finally to b.com/2 would incorrectly send the Authorization
header to b.com/2.
Thanks to Kyle Seely for reporting this issue.
This is CVE-2024-45336 and Go issue https://go.dev/issue/70530 .
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-01-20 16:08:27 +01:00
Sebastiaan van Stijn
397c2f87d5
vendor: github.com/docker/docker v27.5.0
...
no diff: same commit, but tagged; https://github.com/docker/docker/compare/38b84dce32c4...v27.5.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-01-20 11:01:41 +01:00
Paweł Gronowski
a187fa5d2d
Merge pull request #5736 from thaJeztah/27.x_vendor_docker_27.5.0
...
build / prepare (push) Has been cancelled
build / build (push) Has been cancelled
build / bin-image (push) Has been cancelled
build / prepare-plugins (push) Has been cancelled
build / plugins (push) Has been cancelled
codeql / codeql (push) Has been cancelled
e2e / e2e (alpine, 23, connhelper-ssh) (push) Has been cancelled
e2e / e2e (alpine, 23, experimental) (push) Has been cancelled
e2e / e2e (alpine, 23, non-experimental) (push) Has been cancelled
e2e / e2e (alpine, 26.1, connhelper-ssh) (push) Has been cancelled
e2e / e2e (alpine, 26.1, experimental) (push) Has been cancelled
e2e / e2e (alpine, 26.1, non-experimental) (push) Has been cancelled
e2e / e2e (alpine, 27, connhelper-ssh) (push) Has been cancelled
e2e / e2e (alpine, 27, experimental) (push) Has been cancelled
e2e / e2e (alpine, 27, non-experimental) (push) Has been cancelled
e2e / e2e (debian, 23, connhelper-ssh) (push) Has been cancelled
e2e / e2e (debian, 23, experimental) (push) Has been cancelled
e2e / e2e (debian, 23, non-experimental) (push) Has been cancelled
e2e / e2e (debian, 26.1, connhelper-ssh) (push) Has been cancelled
e2e / e2e (debian, 26.1, experimental) (push) Has been cancelled
e2e / e2e (debian, 26.1, non-experimental) (push) Has been cancelled
e2e / e2e (debian, 27, connhelper-ssh) (push) Has been cancelled
e2e / e2e (debian, 27, experimental) (push) Has been cancelled
e2e / e2e (debian, 27, non-experimental) (push) Has been cancelled
test / ctn (push) Has been cancelled
test / host (macos-13) (push) Has been cancelled
test / host (macos-14) (push) Has been cancelled
validate / validate (lint) (push) Has been cancelled
validate / validate (shellcheck) (push) Has been cancelled
validate / validate (update-authors) (push) Has been cancelled
validate / validate (validate-vendor) (push) Has been cancelled
validate / validate-md (push) Has been cancelled
validate / validate-make (manpages) (push) Has been cancelled
validate / validate-make (yamldocs) (push) Has been cancelled
[27.x] vendor: github.com/docker/docker 38b84dce32c4 (v27.5.0)
2025-01-10 17:13:57 +01:00
Sebastiaan van Stijn
e32d69e31c
vendor: github.com/docker/docker 38b84dce32c4 (v27.5.0)
...
full diff: https://github.com/docker/docker/compare/v27.5.0-rc.2...38b84dce32c45732606fe09ffebef8b29a783644
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-01-10 16:04:49 +01:00
Sebastiaan van Stijn
2767e9eb46
Merge pull request #5732 from thaJeztah/27.x_vendor_docker_27.5.0-rc.2
...
[27.x] vendor: github.com/docker/docker v27.5.0-rc.2
2025-01-10 15:59:11 +01:00
Sebastiaan van Stijn
a999a40714
Merge pull request #5735 from vvoland/5734-27.x
...
[27.x backport] gha/build: Publish bin image for release branches
2025-01-10 14:52:41 +01:00
Paweł Gronowski
b277537cbe
gha/build: Publish bin image for release branches
...
We moved to the major release branches with a `.x` suffix and forgot to
adjust this workflow to run on branches like `27.x`.
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com >
(cherry picked from commit 987befaeac )
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com >
2025-01-10 14:34:13 +01:00
Sebastiaan van Stijn
919350df54
vendor: github.com/docker/docker v27.5.0-rc.2
...
no diff; same commit, but tagged;
https://github.com/docker/docker/compare/43fc912ef59a...v27.5.0-rc.2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-01-10 10:12:58 +01:00
Paweł Gronowski
80f7848805
Merge pull request #5726 from thaJeztah/27.x_update_engine
...
build / prepare (push) Has been cancelled
build / build (push) Has been cancelled
build / bin-image (push) Has been cancelled
build / prepare-plugins (push) Has been cancelled
build / plugins (push) Has been cancelled
codeql / codeql (push) Has been cancelled
e2e / e2e (alpine, 23, connhelper-ssh) (push) Has been cancelled
e2e / e2e (alpine, 23, experimental) (push) Has been cancelled
e2e / e2e (alpine, 23, non-experimental) (push) Has been cancelled
e2e / e2e (alpine, 26.1, connhelper-ssh) (push) Has been cancelled
e2e / e2e (alpine, 26.1, experimental) (push) Has been cancelled
e2e / e2e (alpine, 26.1, non-experimental) (push) Has been cancelled
e2e / e2e (alpine, 27, connhelper-ssh) (push) Has been cancelled
e2e / e2e (alpine, 27, experimental) (push) Has been cancelled
e2e / e2e (alpine, 27, non-experimental) (push) Has been cancelled
e2e / e2e (debian, 23, connhelper-ssh) (push) Has been cancelled
e2e / e2e (debian, 23, experimental) (push) Has been cancelled
e2e / e2e (debian, 23, non-experimental) (push) Has been cancelled
e2e / e2e (debian, 26.1, connhelper-ssh) (push) Has been cancelled
e2e / e2e (debian, 26.1, experimental) (push) Has been cancelled
e2e / e2e (debian, 26.1, non-experimental) (push) Has been cancelled
e2e / e2e (debian, 27, connhelper-ssh) (push) Has been cancelled
e2e / e2e (debian, 27, experimental) (push) Has been cancelled
e2e / e2e (debian, 27, non-experimental) (push) Has been cancelled
test / ctn (push) Has been cancelled
test / host (macos-13) (push) Has been cancelled
test / host (macos-14) (push) Has been cancelled
validate / validate (lint) (push) Has been cancelled
validate / validate (shellcheck) (push) Has been cancelled
validate / validate (update-authors) (push) Has been cancelled
validate / validate (validate-vendor) (push) Has been cancelled
validate / validate-md (push) Has been cancelled
validate / validate-make (manpages) (push) Has been cancelled
validate / validate-make (yamldocs) (push) Has been cancelled
[27.x] vendor: github.com/docker/docker 43fc912ef59a (v27.5.0-rc.2)
2025-01-07 16:33:16 +01:00
Sebastiaan van Stijn
0d27375b07
Merge pull request #5723 from thaJeztah/27.x_backport_rm_oom_score_adj
...
[27.x backport] remove remnants of --oom-score-adj daemon config (docs, completion)
2025-01-03 22:42:19 +01:00
Sebastiaan van Stijn
0ced103038
vendor: github.com/docker/docker 43fc912ef59a (v27.5.0-rc.2)
...
No changes in vendored code
full diff: https://github.com/docker/docker/compare/v27.5.0-rc.1...43fc912ef59a83054ea7f6706df4d53a7dea4d80
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-01-03 22:01:56 +01:00
Sebastiaan van Stijn
f068c14063
contrib/completion: remove --oom-score-adj daemon flag
...
This flag was deprecated in docker v24.0, and no longer functional
since v25.0; fully removed in v26.0, so we can remove the docs
for this.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
(cherry picked from commit 2db88599fd )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-01-03 20:24:26 +01:00
Sebastiaan van Stijn
5d973da95b
docs: dockerd: --oom-score-adj flag
...
This flag was deprecated in docker v24.0, and no longer functional
since v25.0; fully removed in v26.0, so we can remove the docs
for this.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
(cherry picked from commit eb5c507cd1 )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-01-03 20:24:26 +01:00
Sebastiaan van Stijn
498a416226
Merge pull request #5721 from thaJeztah/27.x_backport_docs
...
[27.x backport] docs, man: remove confusing example for "--isolation"
2025-01-03 19:31:21 +01:00
Sebastiaan van Stijn
261d2241eb
docs, man: remove confusing example for "--isolation"
...
This snippet was added in [docker@38ec5d8][1]. The intent was to indicate
that an empty value is equivalent to passing "default" as value. However,
passing the `--isolation` flag _without a value_ (i.e., no `=` specified)
will fail in many cases, as any string after it will be parsed as value
(e.g. `docker run --isolation busybox` would consider `busybox` as value).
This patch removes these lines as they add more confusion than addressing.
[1]: https://github.com/docker/docker/commit/38ec5d86a355674cfddf8c998591abb098475bab
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
(cherry picked from commit 7b7a4c020e )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-01-03 18:41:59 +01:00
Sebastiaan van Stijn
e0e9feaa16
Merge pull request #5720 from thaJeztah/27.x_backport_fix-container-cp-test
...
[27.x backport] test-fixes
2025-01-03 14:48:34 +01:00
Derek McGowan
074820d7bb
Fix cp test to separate source and destination
...
Currently the cp will tar from the same directory it will untar into
simultaneously. There is a race between reading the file and truncating
the file for write, however, the race will not show up with a large
enough buffer on the tar side if buffered before the copy begins.
Also removes the unnecessary deferred removal, the removal is handled by
cleanup and respects the no cleanup env.
Signed-off-by: Derek McGowan <derek@mcg.dev >
(cherry picked from commit 8c0cb30515 )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-01-03 13:56:14 +01:00
Sebastiaan van Stijn
8b340f4e5c
TestRunCopyFromContainerToFilesystem: use Tar without options
...
Just a minor cleanup; use archive.Tar as we're not using other
options here.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
(cherry picked from commit a8f83d5d99 )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-01-03 13:56:09 +01:00
Sebastiaan van Stijn
21cdefcec6
Merge pull request #5712 from thaJeztah/27.x_update_engine
...
[27.x] vendor: github.com/docker/docker v27.5.0-rc.1
2024-12-23 15:39:06 +01:00
Sebastiaan van Stijn
0e053a5cee
vendor: github.com/docker/docker v27.5.0-rc.1
...
no diff, only using tag instead of commit
diff: https://github.com/docker/docker/compare/c23af2910987...v27.5.0-rc.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-12-23 15:30:03 +01:00