[Bug 1817336] Re: [MIR] runc

2020-03-04 Thread Steve Langasek
Override component to main runc 1.0.0~rc10-0ubuntu1 in focal: universe/misc -> main golang-github-opencontainers-runc-dev 1.0.0~rc10-0ubuntu1 in focal amd64: universe/devel/extra/100% -> main golang-github-opencontainers-runc-dev 1.0.0~rc10-0ubuntu1 in focal arm64: universe/devel/extra/100% ->

[Bug 1817336] Re: [MIR] runc

2020-03-02 Thread Christian Ehrhardt 
Seed change approved and done, since this only is going to the supported seed but not getting a direct package/task dependency please help to let us later double check it actually shows up in component mismatches. ** Changed in: runc (Ubuntu) Status: In Progress => Fix Committed -- You

[Bug 1817336] Re: [MIR] runc

2020-03-02 Thread Christian Ehrhardt 
Seeed change MP opened: https://code.launchpad.net/~paelzer/ubuntu- seeds/+git/platform/+merge/380071 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1817336 Title: [MIR] runc To manage

[Bug 1817336] Re: [MIR] runc

2020-03-02 Thread Launchpad Bug Tracker
** Merge proposal linked: https://code.launchpad.net/~paelzer/ubuntu-seeds/+git/platform/+merge/380071 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1817336 Title: [MIR] runc To manage

[Bug 1817336] Re: [MIR] runc

2020-03-01 Thread Christian Ehrhardt 
containerd (bug 1819761) is now ready for promotion as well. We need to make a seed change to pull them in. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1817336 Title: [MIR] runc To manage

[Bug 1817336] Re: [MIR] runc

2020-01-22 Thread Christian Ehrhardt 
This is ready to go on, just FYI this is a few more days on hold as we want to move this at once together with containerd (bug 1819761). ** Changed in: runc (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1817336] Re: [MIR] runc

2020-01-17 Thread Eduardo dos Santos Barretto
I reviewed runc 1.0.0~rc8+git20190923.3e425f80-0ubuntu1 as checked into focal. This shouldn't be considered a full audit but rather a quick gauge of maintainability. runc, a lightweight universal container runtime, is a CLI tool for spawning and running containers according to the Open Container

[Bug 1817336] Re: [MIR] runc

2020-01-10 Thread Christian Ehrhardt 
Yes, if all vendorized deps that are packaged are not in main either there is no gain by de-vendorizing them right now for this case. To be clear, they usually would be good to be de-vendored - but as discussed before runc (and containerd) are special in that you already plan to regularly update

[Bug 1817336] Re: [MIR] runc

2020-01-09 Thread Andreas Hasenack
According to the report from comment #6, of the 17 vendorized packages runc uses, 16 exist as debs in universe, and 1 (go-criu) isn't packaged at all. We can de-vendorize the 16 packages, assuming the versions we have in universe are ok (some are ahead of the vendored code, some are behind).

[Bug 1817336] Re: [MIR] runc

2020-01-09 Thread Andreas Hasenack
** Description changed: [Availability] runc is in universe (https://launchpad.net/ubuntu/+source/runc) and builds on amd64, arm64, armhf, i386, ppc64el and s390x. [Rationale] This package is a requirement for the containerd MIR bug #1819761. Both packages are necessary for OCF

[Bug 1817336] Re: [MIR] runc

2019-12-18 Thread Lucas Kanashiro
I've been investigating the vendorized dependencies in runc and below you can find my notes so far: # RunC - vendorized dependencies ## Summary: - Total of 17 vendorized deps + None of them has a correspondent package in main - 1 vendorized deps without correspondent package in the archive

[Bug 1817336] Re: [MIR] runc

2019-09-23 Thread Christian Ehrhardt 
Last open CVE fixed as of 1.0.0~rc6+git20181203.96ec2177-0~ubuntu2 backports are in all releases. So past CVEs are no more part of the discussion. Subscription already done for the server Team - thanks Josh. This is in the security Teams review queue (which is the proper next step). I wanted

[Bug 1817336] Re: [MIR] runc

2019-03-18 Thread Joshua Powers
ubuntu-server is now subscribed to bugs -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1817336 Title: [MIR] runc To manage notifications about this bug go to:

[Bug 1817336] Re: [MIR] runc

2019-03-14 Thread Mathieu Trudel-Lapierre
In general vendored depends are "okay" in that they are a known issue that we generally need to deal with, even if it should be avoided whenever possible. Blockers: - There is still no team subscriber for the package; ubuntu-server isn't subscribed. - Three open CVE that need fixing in disco;

[Bug 1817336] Re: [MIR] runc

2019-03-14 Thread Mathieu Trudel-Lapierre
** Changed in: runc (Ubuntu) Assignee: (unassigned) => Mathieu Trudel-Lapierre (cyphermox) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1817336 Title: [MIR] runc To manage notifications

[Bug 1817336] Re: [MIR] runc

2019-03-12 Thread Andreas Hasenack
** Description changed: [Availability] runc is in universe (https://launchpad.net/ubuntu/+source/runc) and builds on amd64, arm64, armhf, i386, ppc64el and s390x. [Rationale] - This package is a requirement for the containerd MIR (bug-to-be-filed). Both packages + This package is a

[Bug 1817336] Re: [MIR] runc

2019-02-26 Thread Andreas Hasenack
You mean this? ubuntu@disco-mir:~/deb/runc-1.0.0~rc6+git20181203.96ec2177$ cat vendor.conf # OCI runtime-spec. When updating this, make sure you use a version tag rather # than a commit ID so it's much more obvious what version of the spec we are # using. github.com/opencontainers/runtime-spec

[Bug 1817336] Re: [MIR] runc

2019-02-23 Thread Michael Hudson-Doyle
A correction: the package in disco vendors its dependencies, in the way that docker.io and snapd do, and for much the same reason: to enable backports to LTS. So there are no build-depends in universe but there is bundled source code from other projects. This means that (again in disco for now,