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: ...@@ -27,7 +27,7 @@ build_linux:
BUILD_EGG: "true" BUILD_EGG: "true"
tags: tags:
- docker - docker
image: centos:7 image: docker.idiap.ch/bob/docker-images/c3i-linux-64
before_script: before_script:
- rm -f /root/.condarc - rm -f /root/.condarc
- rm -rf /root/.conda - rm -rf /root/.conda
......
...@@ -35,7 +35,7 @@ build_linux: ...@@ -35,7 +35,7 @@ build_linux:
before_script: before_script:
- rm -f /root/.condarc - rm -f /root/.condarc
- rm -rf /root/.conda - rm -rf /root/.conda
image: centos:7 image: docker.idiap.ch/bob/docker-images/c3i-linux-64
cache: cache:
key: "linux-cache" key: "linux-cache"
......
...@@ -20,7 +20,7 @@ stages: ...@@ -20,7 +20,7 @@ stages:
.bootstrap: .bootstrap:
tags: tags:
- docker - docker
image: centos:7 image: docker.idiap.ch/bob/docker-images/c3i-linux-64
before_script: before_script:
- rm -f /root/.condarc - rm -f /root/.condarc
- rm -rf /root/.conda - rm -rf /root/.conda
......
...@@ -84,7 +84,7 @@ build_macosx_37: ...@@ -84,7 +84,7 @@ build_macosx_37:
stage: cleanup stage: cleanup
tags: tags:
- docker - docker
image: centos:7 image: docker.idiap.ch/bob/docker-images/c3i-linux-64
script: script:
- bdt ci clean-betas -vv - bdt ci clean-betas -vv
cache: cache:
......
...@@ -48,7 +48,7 @@ build_linux: ...@@ -48,7 +48,7 @@ build_linux:
extends: .build_template extends: .build_template
tags: tags:
- docker - docker
image: centos:7 image: docker.idiap.ch/bob/docker-images/c3i-linux-64
variables: variables:
PYTHON_VERSION: "3.7" PYTHON_VERSION: "3.7"
BUILD_EGG: "true" BUILD_EGG: "true"
...@@ -92,7 +92,7 @@ build_macosx: ...@@ -92,7 +92,7 @@ build_macosx:
extends: .test_template extends: .test_template
tags: tags:
- docker - docker
image: centos:7 image: docker.idiap.ch/bob/docker-images/c3i-linux-64
.test_macosx_template: .test_macosx_template:
......
...@@ -49,7 +49,7 @@ stages: ...@@ -49,7 +49,7 @@ stages:
extends: .build_template extends: .build_template
tags: tags:
- docker - docker
image: centos:7 image: docker.idiap.ch/bob/docker-images/c3i-linux-64
artifacts: artifacts:
paths: paths:
- ${CONDA_ROOT}/conda-bld/linux-64/*.conda - ${CONDA_ROOT}/conda-bld/linux-64/*.conda
...@@ -123,7 +123,7 @@ build_linux_37: ...@@ -123,7 +123,7 @@ build_linux_37:
extends: .test_template extends: .test_template
tags: tags:
- docker - docker
image: centos:7 image: docker.idiap.ch/bob/docker-images/c3i-linux-64
.test_macosx_template: .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