Skip to content
Snippets Groups Projects
Commit 112ad816 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Use our custom centos 7 image

parent e071d44c
No related branches found
No related tags found
1 merge request!178Use centos:7 to build Bob
Pipeline #44732 passed
......@@ -27,7 +27,7 @@ build_linux:
BUILD_EGG: "true"
tags:
- docker
image: centos:7
image: docker.idiap.ch/bob/docker-images/c3i-linux-64
before_script:
- rm -f /root/.condarc
- rm -rf /root/.conda
......
......@@ -35,7 +35,7 @@ build_linux:
before_script:
- rm -f /root/.condarc
- rm -rf /root/.conda
image: centos:7
image: docker.idiap.ch/bob/docker-images/c3i-linux-64
cache:
key: "linux-cache"
......
......@@ -20,7 +20,7 @@ stages:
.bootstrap:
tags:
- docker
image: centos:7
image: docker.idiap.ch/bob/docker-images/c3i-linux-64
before_script:
- rm -f /root/.condarc
- rm -rf /root/.conda
......
......@@ -84,7 +84,7 @@ build_macosx_37:
stage: cleanup
tags:
- docker
image: centos:7
image: docker.idiap.ch/bob/docker-images/c3i-linux-64
script:
- bdt ci clean-betas -vv
cache:
......
......@@ -48,7 +48,7 @@ build_linux:
extends: .build_template
tags:
- docker
image: centos:7
image: docker.idiap.ch/bob/docker-images/c3i-linux-64
variables:
PYTHON_VERSION: "3.7"
BUILD_EGG: "true"
......@@ -92,7 +92,7 @@ build_macosx:
extends: .test_template
tags:
- docker
image: centos:7
image: docker.idiap.ch/bob/docker-images/c3i-linux-64
.test_macosx_template:
......
......@@ -49,7 +49,7 @@ stages:
extends: .build_template
tags:
- docker
image: centos:7
image: docker.idiap.ch/bob/docker-images/c3i-linux-64
artifacts:
paths:
- ${CONDA_ROOT}/conda-bld/linux-64/*.conda
......@@ -123,7 +123,7 @@ build_linux_37:
extends: .test_template
tags:
- docker
image: centos:7
image: docker.idiap.ch/bob/docker-images/c3i-linux-64
.test_macosx_template:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment