Project

General

Profile

Bug #2933

Updated by Brett Smith almost 10 years ago

Known issues: 

 * The build recipe for the Python SDK is out-of-date. 

 Brett has a git stash that has some initial fixes for this. 

 Blockers: 

 The current version of Docker has a bug where it does not create symlinks for @/dev/stdin@, @/dev/stdout@, @/dev/stderr@, and @/dev/fd@.    Most immediately, this causes build of the base image to fail when it tries to install Ruby with RVM, which depends on @/dev/fd@.    But it would also cause other issues; e.g., arv-put often reads from @/dev/stdin@. 

 A "fix fix for this has been merged with current Docker master":https://github.com/dotcloud/docker/pull/5735, master, so we need to figure out if we want to continue from an older version, from a nightly build, or what.

Back