{"items": [{"author": "Dustin", "source_link": "https://www.facebook.com/jefftk/posts/673390388142?comment_id=673390717482", "anchor": "fb-673390717482", "service": "fb", "text": "The 32-bit part sounds like an interesting thing to integrate into docker.", "timestamp": "1408654346"}, {"author": "Dustin", "source_link": "https://www.facebook.com/jefftk/posts/673390388142?comment_id=673390986942", "anchor": "fb-673390986942", "service": "fb", "text": "Though, it appears as if 32-bit might already just work inside a docker container.", "timestamp": "1408654474"}, {"author": "Jeff&nbsp;Kaufman", "source_link": "https://www.facebook.com/jefftk/posts/673390388142?comment_id=673391560792", "anchor": "fb-673391560792", "service": "fb", "text": "@Dustin: Is docker the new way to do things like this?  If I want to build rpms and debs don't I need a full distro install, though?", "timestamp": "1408654717"}, {"author": "Dustin", "source_link": "https://www.facebook.com/jefftk/posts/673390388142?comment_id=673392039832", "anchor": "fb-673392039832", "service": "fb", "text": "We've been using docker a lot to create reusable 'clean' build environments. You do have the downside of needing to download essentially a full OS install, but once you do that creating a new environment each time is super quick. Additionally, there are base images already available for Ubuntu, CentOS, others. Here's one helpful thread I found by googling \"docker 32-bit\" https://github.com/docker/docker/issues/611... I suspect someone has published a 32-bit base image, but it may not be the distros themselves.", "timestamp": "1408654925"}, {"author": "Dustin", "source_link": "https://www.facebook.com/jefftk/posts/673390388142?comment_id=673392329252", "anchor": "fb-673392329252", "service": "fb", "text": "Oh, also, the dirty secret behind docker, is that each image IS a full distro install, so building debs/rpms if you have the right base image shouldn't be a problem.", "timestamp": "1408655084"}, {"author": "Dustin", "source_link": "https://www.facebook.com/jefftk/posts/673390388142?comment_id=673392608692", "anchor": "fb-673392608692", "service": "fb", "text": "Another alternative that we used was creating build environment VMs using Vagrant (so definitely could do 32-bit), but I rather like the idea of a chroot instead. Much cleaner, lighter weight. And since docker is just chroot on steroids...", "timestamp": "1408655202"}]}