Commit Graph

21 Commits

Author SHA1 Message Date
Mizux Seiha
236e0a9428 centos: Replace yum (deprecated) by dnf 2020-05-04 17:28:52 +02:00
Mizux Seiha
1a4ccc1f8a ci: Update centos dotnet-package
Microsoft has fixed their packages !
2020-05-04 13:42:08 +02:00
Mizux Seiha
9e68d4c94d tools(docker): Add Ubuntu 20.04 LTS 2020-05-04 13:42:08 +02:00
Mizux Seiha
402bc50bd5 tools: Add alpine 2020-04-30 14:26:50 +02:00
Mizux Seiha
83fad1d4f0 tools(docker): Rework
* Rework Makefile
* Add 'dotnet --info'
* Ubuntu-16.04 update swig -> 4.0.1
2020-04-22 14:17:21 +02:00
Corentin Le Molgat
9f5129b0cd docker test centos remove which dependency 2020-01-14 14:56:37 +01:00
Corentin Le Molgat
658e426060 docker dotnet test add doc link from microsoft 2020-01-14 14:56:05 +01:00
Corentin Le Molgat
678c924faa docker: Bump Centos 7 -> 8 2020-01-14 14:49:26 +01:00
Corentin Le Molgat
c199e66244 docker: fix dotnet sdk in test images 2020-01-14 14:48:54 +01:00
Mizux Seiha
9d2e63ed9f docker: debian-9 -> debian-10
latest stable is debian-10
2020-01-09 21:08:54 +01:00
Laurent Perron
6755c61315 update docker to support ubuntu 19.10 2019-10-11 15:26:25 +02:00
Corentin Le Molgat
8ff169ff17 docker: Centos7 -> devtoolset-7-toolchain-centos7
default Centos7 comes with gcc 4.8.5 which can't compile or-tools
2019-03-25 14:20:39 +01:00
Corentin Le Molgat
11f213dd0a Remove ubuntu-14.04 docker.
- v7.0 will drop support of it BTW
note: Travis-CI is based on xenial image
2019-03-20 08:51:18 +01:00
Corentin Le Molgat
e6decf0c37 Use microsoft 18.04 feed for ubuntu 18.10
- Microsoft still not provide a 18.10 package, fortunately 18.04 seems to work.
2018-11-22 18:04:57 +01:00
Corentin Le Molgat
5245717839 Update docker
- Add Ubuntu 18.10
- Remove Ubuntu 17.10
- Cleanup some Dockerfiles
2018-11-22 18:04:57 +01:00
Corentin Le Molgat
c65b137630 docker: fix apt command for debian-9 2018-07-23 12:52:01 +02:00
Corentin Le Molgat
69a5979381 docker: fix apt command for ubuntu-14.04 2018-07-23 12:50:52 +02:00
Corentin Le Molgat
83d118c623 centos-7: Fixup java and .Net docker test 2018-07-20 16:01:50 +02:00
Corentin Le Molgat
626b40e0b1 docker_test: fixup centos-7 2018-07-20 15:10:52 +02:00
Corentin Le Molgat
b39ab7d2b1 docker: Fixup test Dockerfile 2018-07-20 13:51:54 +02:00
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