* [Buildroot] [Bug 15754] New: The docker-engine and docker-cli versions are not compatible with go 1.19.12 version
@ 2023-09-04 13:36 bugzilla
2023-09-05 7:16 ` [Buildroot] [Bug 15754] " bugzilla
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: bugzilla @ 2023-09-04 13:36 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=15754
Bug ID: 15754
Summary: The docker-engine and docker-cli versions are not
compatible with go 1.19.12 version
Product: buildroot
Version: 2023.02.4
Hardware: All
OS: Linux
Status: NEW
Severity: critical
Priority: P5
Component: Other
Assignee: unassigned@buildroot.uclibc.org
Reporter: dominique.tronche@eviden.com
CC: buildroot@uclibc.org
Target Milestone: ---
In 2023.02.4, go package has been upgraded to v1.19.12, however docker packages
version is still an unpatched 23.0.5
Hence docker containers face the bug corrected in 24.0.5 in master branch (see
commit a9cd24738a7) which produces "invalid Host header" error message
Either docker version should be upgraded to a version compatible with go
1.19.12 in LTS 2023.02 or the patches from christian@aperture.us should be
introduced (the patch for docker-cli does not work as the versions in
vendor.mod are not correct)
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 15754] The docker-engine and docker-cli versions are not compatible with go 1.19.12 version
2023-09-04 13:36 [Buildroot] [Bug 15754] New: The docker-engine and docker-cli versions are not compatible with go 1.19.12 version bugzilla
@ 2023-09-05 7:16 ` bugzilla
2023-09-06 19:09 ` bugzilla
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla @ 2023-09-05 7:16 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=15754
Dominique Tronche <dominique.tronche@eviden.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P5 |P1
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 15754] The docker-engine and docker-cli versions are not compatible with go 1.19.12 version
2023-09-04 13:36 [Buildroot] [Bug 15754] New: The docker-engine and docker-cli versions are not compatible with go 1.19.12 version bugzilla
2023-09-05 7:16 ` [Buildroot] [Bug 15754] " bugzilla
@ 2023-09-06 19:09 ` bugzilla
2023-09-07 9:19 ` bugzilla
2023-09-13 20:23 ` bugzilla
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla @ 2023-09-06 19:09 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=15754
Peter Korsgaard <jacmet@uclibc.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from Peter Korsgaard <jacmet@uclibc.org> ---
Thanks for the heads up. Fixed on 2023.02.x and 2023.05.x by adding those 2
patches submitted by Christian.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 15754] The docker-engine and docker-cli versions are not compatible with go 1.19.12 version
2023-09-04 13:36 [Buildroot] [Bug 15754] New: The docker-engine and docker-cli versions are not compatible with go 1.19.12 version bugzilla
2023-09-05 7:16 ` [Buildroot] [Bug 15754] " bugzilla
2023-09-06 19:09 ` bugzilla
@ 2023-09-07 9:19 ` bugzilla
2023-09-13 20:23 ` bugzilla
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla @ 2023-09-07 9:19 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=15754
--- Comment #2 from Dominique Tronche <dominique.tronche@eviden.com> ---
Thanks, I confirm these commits have corrected the bug on our platform (branch
2023.02.x)
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 15754] The docker-engine and docker-cli versions are not compatible with go 1.19.12 version
2023-09-04 13:36 [Buildroot] [Bug 15754] New: The docker-engine and docker-cli versions are not compatible with go 1.19.12 version bugzilla
` (2 preceding siblings ...)
2023-09-07 9:19 ` bugzilla
@ 2023-09-13 20:23 ` bugzilla
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla @ 2023-09-13 20:23 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=15754
--- Comment #3 from Stefan Agner <stefan@agner.ch> ---
What patches are you referring to exactly? The bump to Docker 24.0.5?
From what I can tell this is really a breakage introduced by go v1.19.11, and
has been resolve in v1.19.13. By updating go to v1.19.13 the problem seems to
be gone for me.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-09-13 20:24 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-04 13:36 [Buildroot] [Bug 15754] New: The docker-engine and docker-cli versions are not compatible with go 1.19.12 version bugzilla
2023-09-05 7:16 ` [Buildroot] [Bug 15754] " bugzilla
2023-09-06 19:09 ` bugzilla
2023-09-07 9:19 ` bugzilla
2023-09-13 20:23 ` bugzilla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox