Project

General

Profile

Actions

Bug #2933

closed

Docker build is broken

Added by Brett Smith almost 10 years ago. Updated over 9 years ago.

Status:
Resolved
Priority:
Normal
Assigned To:
Category:
-
Target version:
-
Story points:
-

Description

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 for this has been merged with current Docker master, so we need to figure out if we want to continue from an older version, from a nightly build, or what.

Actions

Also available in: Atom PDF