#84: Care and Feeding, Fedora Dockerfiles -------------------------------------------+------------------------ Reporter: mattdm | Owner: jzb Type: task | Status: assigned Priority: normal | Milestone: Fedora 22 Component: Collaboration & Communication | Resolution: Keywords: meeting | -------------------------------------------+------------------------
Comment (by adimania):
I wrote this [https://gist.github.com/adimania/6965be099904433f626f script] to build all the images from dockerfile and ran it on the master branch of the git repo. I can modify it to run on any branch. The following failed to build:
{{{ firefox failed to build libvirt failed to build mesos failed to build mesos failed to build haskell failed to build hadoop failed to build mysql failed to build }}}
I checked the build logs and almost all of them failed due to broken package dependencies. [[BR]] Please have a look at the script and let me know if I am doing anything wrong. I would try to fix some of these Dockerfiles but I have no experience with Hadoop or Haskell or Mesos. So I might not be able to fix all of them.