Hey folks,
I tried to make a docker trusted build based off the official fedora:20 image and everything worked well on a local Fedora 20 machine. However, when I tried to do a trusted build via index.docker.io, the process failed when unpacking the httpd RPM:
Installing : httpd-2.4.7-3.fc20.x86_64 error: unpacking of archive failed on file /usr/sbin/suexec: cpio: cap_set_file
Marek stumbled upon an issue last September that is similar:
https://bugzilla.redhat.com/show_bug.cgi?id=1012952
There's no way to do a privileged build via index.docker.io so I'm stuck at this point. Does anyone have an idea for a fix? :)
-- Major Hayden
On Fri, Mar 21, 2014 at 04:05:04PM -0500, Major Hayden wrote:
I tried to make a docker trusted build based off the official fedora:20 image and everything worked well on a local Fedora 20 machine. However, when I tried to do a trusted build via index.docker.io, the process failed when unpacking the httpd RPM:
Installing : httpd-2.4.7-3.fc20.x86_64 error: unpacking of archive failed on file /usr/sbin/suexec: cpio: cap_set_file
Marek stumbled upon an issue last September that is similar: https://bugzilla.redhat.com/show_bug.cgi?id=1012952 There's no way to do a privileged build via index.docker.io so I'm stuck at this point. Does anyone have an idea for a fix? :)
As noted, there is supposed to be a fix. Maybe that didn't make it upstream, properly?
On Mar 24, 2014, at 11:26, Matthew Miller mattdm@fedoraproject.org wrote:
As noted, there is supposed to be a fix. Maybe that didn't make it upstream, properly?
I just emailed Marek directly about his original problem and it sounds like some communication with the Docker folks about the configuration on index.docker.io will be required. I'll reach out to them and see what I get back.
-- Major Hayden
Just received this back from Ken at Docker:
We are aware of this issue, and we are currently working on a fix, and we hope to have something we can start testing this week. I'm not sure when we will be able to roll out the fix, but we are hoping soon. Until then, there isn't anything you can do to work around it. Sorry for the inconvenience.
I asked to be added to a notification list (if one is available).
-- Major Hayden
On Mar 24, 2014, at 11:26, Matthew Miller mattdm@fedoraproject.org wrote:
As noted, there is supposed to be a fix. Maybe that didn't make it upstream, properly?