Commit Graph

6 Commits

Author SHA1 Message Date
53b5469773 win32: add rsync install in Dockerfile
This tool is needed during build when using make-ring.py script from
ring-project repo. It was included as base tool in previous Fedora 25
docker image but not anymore in Fedora 27.

Change-Id: I11833a5eb3cd3b7a0bcb705d4a136f349035dd45
Reviewed-by: Olivier Soldano <olivier.soldano@savoirfairelinux.com>
2017-11-29 10:47:06 -04:00
f961c32203 win32: update Fedora version for mingw build
Version is changed from 25 to 27 as the former one is entering EOL
soon.

Change-Id: I38eb0c687101a45ecd24531694e41118295c5fd1
Reviewed-by: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
2017-11-28 14:30:12 -05:00
9f8a096814 docker: add tests framework into Ubuntu16.04
"make check" command use cppunit and "sipp" for our tests framework.
Add them to our current validation docker file.
Also fix Acquire::Retries option (typo).

Change-Id: I92a1ad0b5aa3a8066c48445261ff38e4e5a01061
Reviewed-by: Olivier Soldano <olivier.soldano@savoirfairelinux.com>
2017-07-21 13:16:30 -04:00
9739c053b0 docker: add ubuntu:16.04 docker file
needed for our CI system.

Change-Id: Ia4e0f94d7ab2b282edf8307f6364835d70a0cd73
2017-07-11 12:50:54 -04:00
e874328a53 docker: fix mingw Dockerfile
* remove HOST/CROSS_COMPILE env. var (was only 32-bits)
* install "Minimal Install" group for basic commands

Change-Id: If905b361a12e77976502eee4064bfd0b27fba9f6
2017-07-03 12:55:25 -04:00
8ceeb8b4d7 add docker config files
These Dockerfiles are preset docker configuration
to give an easy way to setup build environment.

This patch starts with Windows MingW configuration.
More to come...

Change-Id: Idf923038622ef2ac2e76b2407e969ad83b4eb83b
2017-02-01 14:39:12 -05:00