summaryrefslogtreecommitdiffstats
path: root/docker
Commit message (Collapse)AuthorAgeFilesLines
* docker: fix gdeploy installJonathan Holloway2017-09-262-8/+12
| | | | | | | | * Dockerfile: fix gdeploy pkgname and add code coverage tools * README: update command examples Change-Id: I73617fbbde6aff34fec730601dcc6baec2b921fa Signed-off-by: Jonathan Holloway <jholloway@redhat.com>
* fix dockerfile gdeploy PyYAML pip/rpm conflictJonathan Holloway2017-08-092-8/+22
| | | | | | | | | | | | * 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>
* add docker dir with Dockerfile and READMEJonathan Holloway2017-06-222-0/+40
* Dockerfile for creating a glusto-tests container. * README with some basic information for now. Change-Id: I10d467371b430489a240e979ebc3893f7cc578dd Signed-off-by: Jonathan Holloway <jholloway@redhat.com>