summaryrefslogtreecommitdiffstats
path: root/docker
Commit message (Collapse)AuthorAgeFilesLines
* Converting text files to markdown files.kshithijiyer2019-06-302-26/+34
| | | | | | | | | It's better to use markdown files instead of text files for readme files. Hence converting readme files to readme.md files. Change-Id: I41c1b2f065895d885f4b1fabdc9b9e4051810e80 Signed-off-by: kshithijiyer <kshithij.ki@gmail.com>
* update dockerfile for gdeploy dependenciesJonathan Holloway2018-02-271-2/+2
| | | | | Change-Id: Iec5ad586b1ce3272bb018b99f742f05e74139702 Signed-off-by: Jonathan Holloway <jholloway@redhat.com>
* Revert "update gdeploy repo in dockerfile"Jonathan Holloway2018-02-271-1/+1
| | | | | | This reverts commit 2fbf5f62dad59191f40d4fd2bc87e7bde5e86444. Change-Id: I5bf939506dbbafe417c62d4bd7f476c40c4c1623
* update gdeploy repo in dockerfileJonathan Holloway2018-02-271-1/+1
| | | | | | | docker/Dockerfile: update repo url to pull gdeploy .repo file Change-Id: Ia1e4bfb614697d19bff5486afad99185c8e993f5 Signed-off-by: Jonathan Holloway <jholloway@redhat.com>
* 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>