summaryrefslogtreecommitdiffstats
path: root/docker/defaults
Commit message (Collapse)AuthorAgeFilesLines
* fix dockerfile gdeploy PyYAML pip/rpm conflictJonathan Holloway2017-08-091-0/+3
* PyYAML is already installed via pip form glusto image and gdeploy installs PyYAML as dependency from rpm. The resulting conflict fails the container build. Dockerfile: changed order of install, added glusto and pylint/pep8 defaults.yml: sets glusto defaults in container image Change-Id: I47eaa1fbe74cc619043d975034083c5766e6acd1 Signed-off-by: Jonathan Holloway <jholloway@redhat.com>