Commit Graph

9 Commits

Author SHA1 Message Date
Corentin Le Molgat
cc3fa1974e tools/docker: deep refactor (#3200) 2022-04-11 13:37:36 +02:00
Corentin Le Molgat
d5fb33eaa7 tools/docker: Deep rework
- add Python arm64v8 images
- rework archives to prepare arm64v8 archives
2021-09-10 16:25:34 +02:00
Mizux Seiha
fe195d44ac tools: Add JAVA_HOME env 2021-04-27 09:10:25 +02:00
Mizux Seiha
01c85e527d tools: Add Centos-7 (Fix #2498) 2021-04-27 09:10:25 +02:00
Corentin Le Molgat
678c924faa docker: Bump Centos 7 -> 8 2020-01-14 14:49:26 +01: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
83d118c623 centos-7: Fixup java and .Net docker test 2018-07-20 16:01:50 +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