* bug#50665: Docker 19.03 is no longer receiving updates.
@ 2021-09-18 20:13 Sarah Morgensen
2021-09-23 3:47 ` Maxim Cournoyer
2022-06-28 0:36 ` John Kehayias via Bug reports for GNU Guix
0 siblings, 2 replies; 4+ messages in thread
From: Sarah Morgensen @ 2021-09-18 20:13 UTC (permalink / raw)
To: 50665
Hello Guix,
Docker 19.03 (the version we have) is expected to receive no further
updates [0], and currently depends on Go 1.14 to build, which has also
reached EOL.
Is anyone up to the task of updating the Docker behemoth?
[0] https://github.com/moby/moby/pull/41381#issuecomment-876982431
--
Sarah
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#50665: Docker 19.03 is no longer receiving updates.
2021-09-18 20:13 bug#50665: Docker 19.03 is no longer receiving updates Sarah Morgensen
@ 2021-09-23 3:47 ` Maxim Cournoyer
2022-06-28 0:36 ` John Kehayias via Bug reports for GNU Guix
1 sibling, 0 replies; 4+ messages in thread
From: Maxim Cournoyer @ 2021-09-23 3:47 UTC (permalink / raw)
To: Sarah Morgensen; +Cc: 50665
Hello!
Sarah Morgensen <iskarian@mgsn.dev> writes:
> Hello Guix,
>
> Docker 19.03 (the version we have) is expected to receive no further
> updates [0], and currently depends on Go 1.14 to build, which has also
> reached EOL.
>
> Is anyone up to the task of updating the Docker behemoth?
>
> [0] https://github.com/moby/moby/pull/41381#issuecomment-876982431
Last I tried, I got stuck on go-protobuf, which required go modules to
build. I hope I got lost and that this isn't the case that, but
otherwise it'd be blocked by adding 'go modules' support in our go build
system.
Maxim
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#50665: Docker 19.03 is no longer receiving updates.
2021-09-18 20:13 bug#50665: Docker 19.03 is no longer receiving updates Sarah Morgensen
2021-09-23 3:47 ` Maxim Cournoyer
@ 2022-06-28 0:36 ` John Kehayias via Bug reports for GNU Guix
2022-07-06 13:03 ` Maxim Cournoyer
1 sibling, 1 reply; 4+ messages in thread
From: John Kehayias via Bug reports for GNU Guix @ 2022-06-28 0:36 UTC (permalink / raw)
To: 50665@debbugs.gnu.org; +Cc: Maxim Cournoyer
Hello,
I believe this can be closed with Docker having been updated to the latest version in this patch series: https://issues.guix.gnu.org/52790
However, on the Go front, this leaves docker-compose to be updated to v2 which moves to Go. I tried to import the go package definition but it fails if using recursive to get the (many many) dependencies:
guix import go github.com/docker/compose/v2 -r
...
ice-9/boot-9.scm:1683:16: In procedure raise-exception:
Git error: reference 'refs/tags/v0.30.0' not found
In just doing the base package and finding what dependencies are missing, I hit this again with
guix import go k8s.io/client-go -r
...
ice-9/boot-9.scm:1683:16: In procedure raise-exception:
Git error: reference 'refs/tags/v0.9.20' not found
Anyway, I should open (after searching for any relevant issues) an issue for the Go importer and/or docker-compose updates. Just thought I capture what I've seen so far in trying to complete the Docker update.
John
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#50665: Docker 19.03 is no longer receiving updates.
2022-06-28 0:36 ` John Kehayias via Bug reports for GNU Guix
@ 2022-07-06 13:03 ` Maxim Cournoyer
0 siblings, 0 replies; 4+ messages in thread
From: Maxim Cournoyer @ 2022-07-06 13:03 UTC (permalink / raw)
To: John Kehayias; +Cc: 50665-done@debbugs.gnu.org
Hi John,
John Kehayias <john.kehayias@protonmail.com> writes:
> Hello,
>
> I believe this can be closed with Docker having been updated to the
> latest version in this patch series: https://issues.guix.gnu.org/52790
Thanks for the heads-up! Closing.
Maxim
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-07-06 13:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-18 20:13 bug#50665: Docker 19.03 is no longer receiving updates Sarah Morgensen
2021-09-23 3:47 ` Maxim Cournoyer
2022-06-28 0:36 ` John Kehayias via Bug reports for GNU Guix
2022-07-06 13:03 ` Maxim Cournoyer
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.