Re: The Docker Stack and Go Vendoring

2024-03-26 Thread Dave Dykstra
Hi Maxwell, FYI the singularity-ce & apptainer packages have been using vendoring all along. I don't know if there's anything from our tooling that would help you or not. Maybe we should switch to yours when you are finished. go mod vendor is run here: https://github.com/apptainer/apptai

Re: The Docker Stack and Go Vendoring

2024-03-26 Thread Sérgio Basto
On Mon, 2024-03-25 at 23:34 +, Sérgio Basto wrote: > On Mon, 2024-03-25 at 18:17 -0500, Maxwell G wrote: > > I propose we start with fully vendoring the Docker stack. As I > > said, parts of moby-engine are already bundled, and so are podman, > > kubernetes, cri-o, > > > TL DR;  > yeah I was

Re: *****SPAM***** Re: The Docker Stack and Go Vendoring

2024-03-26 Thread Maxwell G
On Tue Mar 26, 2024 at 21:28 +, Sérgio Basto wrote: > On Mon, 2024-03-25 at 23:34 +, Sérgio Basto wrote: > > On Mon, 2024-03-25 at 18:17 -0500, Maxwell G wrote: > > > I propose we start with fully vendoring the Docker stack. As I > > > said, parts of moby-engine are already bundled, and so