[Bug 1702979] Re: Deeply layered Docker image problems

2017-11-14 Thread Launchpad Bug Tracker
This bug was fixed in the package docker.io - 1.13.1-0ubuntu1~16.04.2 --- docker.io (1.13.1-0ubuntu1~16.04.2) xenial; urgency=medium * Rebuild with golang-1.6 1.6.2-0ubuntu5~16.04.4 which uses the correct page size on arm64 for use with Ubuntu kernels. (LP: #1702979) docker.io

[Bug 1702979] Re: Deeply layered Docker image problems

2017-11-05 Thread Michael Hudson-Doyle
Actually I wanted to check some things for myself so I installed a system, installed the version of docker.io 1.13 that was in proposed before this bug was fixed, verified that the 'deep-files' build failed (thanks for the super simple test case!) in the same way as you described, then installed 1.

Re: [Bug 1702979] Re: Deeply layered Docker image problems

2017-11-05 Thread Michael Hudson-Doyle
On 3 November 2017 at 15:27, Edward Vielmetti wrote: > Michael - I'm able to test this, but I need to set up a fresh machine to > make sure I didn't bodge one of the install steps. > Thanks. > Just to be clear, the xenial-proposed version is 1.13.1 based, and the > earlier PPA version was 1.12

[Bug 1702979] Re: Deeply layered Docker image problems

2017-11-02 Thread Edward Vielmetti
Michael - I'm able to test this, but I need to set up a fresh machine to make sure I didn't bodge one of the install steps. Just to be clear, the xenial-proposed version is 1.13.1 based, and the earlier PPA version was 1.12.x based, so this is newer code than what I had first tested. -- You rece

[Bug 1702979] Re: Deeply layered Docker image problems

2017-11-02 Thread Michael Hudson-Doyle
Hi Ed, are you able to test the version of docker.io that's now in xenial-proposed? If not, I can do it but it's always best to get the original reporter to check that problems are fixed! This version can't be released to updates until the k8s people release their charms (see #1712954) but I think

[Bug 1702979] Re: Deeply layered Docker image problems

2017-11-01 Thread Adam Conrad
Hello Edward, or anyone else affected, Accepted docker.io into xenial-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/docker.io/1.13.1-0ubuntu1~16.04.2 in a few hours, and then in the -proposed repository. Please help us by testing this new package.

[Bug 1702979] Re: Deeply layered Docker image problems

2017-11-01 Thread Michael Hudson-Doyle
** Also affects: docker.io (Ubuntu Xenial) Importance: Undecided Status: New ** Changed in: docker.io (Ubuntu) Status: Triaged => Opinion ** Changed in: docker.io (Ubuntu) Status: Opinion => Invalid ** Changed in: docker.io (Ubuntu Xenial) Status: New => Triaged *

[Bug 1702979] Re: Deeply layered Docker image problems

2017-11-01 Thread Edward Vielmetti
I've confirmed that the PPA provided by @mwhudson in #4 addresses the crash reported in the issue. I've also identified a simple test Dockerfile that crashes on an unpatched system, and works properly on the new PPA. https://gist.github.com/bdafb8e961f55b2533fee8fa5221d186 - rename as "Dockerfile

[Bug 1702979] Re: Deeply layered Docker image problems

2017-09-29 Thread Francis Ginther
** Tags added: id-59655279753fb7ac84fe2084 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1702979 Title: Deeply layered Docker image problems To manage notifications about this bug go to: https://bu

[Bug 1702979] Re: Deeply layered Docker image problems

2017-08-21 Thread Edward Vielmetti
Hi @rkota - I was able to successfully install this version of Docker from the PPA. I'm working on a test setup that generates enough layers to prove out the bug, and will report back when I get that. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 1702979] Re: Deeply layered Docker image problems

2017-08-10 Thread Raghuram Kota
Hi @Edward Vielmetti : Trying to follow up to see if you had a chance to test. Many thanks for the help! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1702979 Title: Deeply layered Docker image pro

Re: [Bug 1702979] Re: Deeply layered Docker image problems

2017-07-31 Thread Edward Vielmetti
Thanks Raghuram - I'll put together a test based on the PPA. On Mon, Jul 31, 2017 at 10:32 AM, Raghuram Kota wrote: > Hi @Edward Vielmetti : Would it be possible for you to test the fix > uploaded to PPA by mwhudson (comm # 4 ?) ? Thx! > > -- > You received this bug notification because you are

[Bug 1702979] Re: Deeply layered Docker image problems

2017-07-31 Thread Raghuram Kota
Hi @Edward Vielmetti : Would it be possible for you to test the fix uploaded to PPA by mwhudson (comm # 4 ?) ? Thx! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1702979 Title: Deeply layered Docker

[Bug 1702979] Re: Deeply layered Docker image problems

2017-07-19 Thread Raghuram Kota
A build with option #1 suggested in comment #2 is now available in a PPA (Many thanks to mwhudson!) and is ready for test. To install : $ sudo add-apt-repository ppa:mwhudson/devirt $ sudo apt-get update Then apt-get upgrade or apt-get install docker.io containerd runc should get the rebuilt vers

[Bug 1702979] Re: Deeply layered Docker image problems

2017-07-17 Thread Edward Vielmetti
** Bug watch added: github.com/ros2/ci/issues #75 https://github.com/ros2/ci/issues/75 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1702979 Title: Deeply layered Docker image problems To manage

Re: [Bug 1702979] Re: Deeply layered Docker image problems

2017-07-17 Thread Edward Vielmetti
I can test this possible fix (repair Go, then rebuild Go) next week, I am on holiday this week. > 1) Use Adam's suggestion from bug 1661222 of patching Go to use the actually-correct-on-all-Ubuntu page size, then rebuilding docker. On Sun, Jul 16, 2017 at 9:11 PM, Michael Hudson-Doyle < mwhudso..

[Bug 1702979] Re: Deeply layered Docker image problems

2017-07-16 Thread Michael Hudson-Doyle
Fixing the go bug in the version of Go in Xenial is highly non-trivial and I don't really want to go there. Two other ways of approaching this would be: 1) Use Adam's suggestion from bug 1661222 of patching Go to use the actually-correct-on-all-Ubuntu page size, then rebuilding docker. 2) Build d

[Bug 1702979] Re: Deeply layered Docker image problems

2017-07-13 Thread Edward Vielmetti
We've seen a second customer using ARM64 Docker 1.12.6 on Ubuntu running into errors that could be explained by issue. Would it be possible to triage it? Fixing the upstream Go bug and recompiling may be enough to solve. -- You received this bug notification because you are a member of Ubuntu Bug