Commit Graph

4 Commits

Author SHA1 Message Date
Corentin Le Molgat
7f6dcf4b31 Rework Docker
- Add ubuntu-18.04
- add pkg-config to ubuntu(s)
- Rework Docker Makefile
- Add test job to verify archive
  - Add cc.Dockerfile
  - Add java.Dockerfile
  - Add dotnet.Dockerfile
- Build ortools in docker_<lang>
- Build archive and fz_archive in two separate containers
- Add dependencies to makefiles when building docker image
- Suppress previous archive if any
- Improve docker build by using export/archive when building language images
- Reduce build context using export/$* instead of .
  note: when running `docker build ... foo`, all files in `foo` are recursively
  send to the docker daemon before building. Since we have tons of Go of images
  it could take time to "upload".
2018-07-17 15:08:13 +02:00
Corentin Le Molgat
7b08d73133 Update Dockerfile 2018-06-06 10:59:21 +02:00
Corentin Le Molgat
c79da1fd3c Fix debian-9 docker build (#606) 2018-03-06 10:52:09 +01:00
Laurent Perron
b308bb802c support debian 9 in docker 2017-07-14 11:04:13 -07:00