diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0ef407d39b50642fa48f3708b1f24dbd98903dc4..cb3f7a099224f8c1e4e8962f656c6f136d0b77b2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,13 +63,13 @@ stages: prebuild-el6-i686: extends: [".prebuild"] - image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el6-gcc73-x86 + image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-docker-tools/dev-el6-gcc73-x86 variables: NAME: "cmake-${PREBUILD_CMAKE_VERSION}-linux-el6-i686" linux-el6-i686: extends: [".build"] - image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el6-gcc73-x86 + image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-docker-tools/dev-el6-gcc73-x86 variables: PREBUILD_NAME: "cmake-${PREBUILD_CMAKE_VERSION}-linux-el6-i686" NAME: "cmake-${CMAKE_VERSION}-linux-el6-i686" @@ -78,7 +78,7 @@ linux-el6-i686: test-el6-i686: extends: [".test"] - image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el6-gcc73-x86 + image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-docker-tools/dev-el6-gcc73-x86 variables: NAME: "cmake-${CMAKE_VERSION}-linux-el6-i686" needs: @@ -86,7 +86,7 @@ test-el6-i686: package-el6-i686: extends: [".package"] - image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el6-gcc73-x86 + image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-docker-tools/dev-el6-gcc73-x86 variables: NAME: "cmake-${CMAKE_VERSION}-linux-el6-i686" needs: @@ -95,13 +95,13 @@ package-el6-i686: prebuild-el7-i686: extends: [".prebuild"] - image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el7-gcc73-x86 + image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-docker-tools/dev-el7-gcc73-x86 variables: NAME: "cmake-${PREBUILD_CMAKE_VERSION}-linux-el7-i686" linux-el7-i686: extends: [".build"] - image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el7-gcc73-x86 + image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-docker-tools/dev-el7-gcc73-x86 variables: PREBUILD_NAME: "cmake-${PREBUILD_CMAKE_VERSION}-linux-el7-i686" NAME: "cmake-${CMAKE_VERSION}-linux-el7-i686" @@ -110,7 +110,7 @@ linux-el7-i686: test-el7-i686: extends: [".test"] - image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el7-gcc73-x86 + image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-docker-tools/dev-el7-gcc73-x86 variables: NAME: "cmake-${CMAKE_VERSION}-linux-el7-i686" needs: @@ -118,7 +118,7 @@ test-el7-i686: package-el7-i686: extends: [".package"] - image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el7-gcc73-x86 + image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-docker-tools/dev-el7-gcc73-x86 variables: NAME: "cmake-${CMAKE_VERSION}-linux-el7-i686" needs: diff --git a/README.md b/README.md index 6f5d1d5d59d8f99d5758c456d27ec021d7ff19ca..799058e4333bc012156b1025ff9a29c8760e239e 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,5 @@ Cmake provides independent 64 bits Linux distribution that works on CentOS 6 and * https://cmake.org/files/v3.24.2/cmake-3.24.2-Linux-x86_64.tar.gz Allows to build Cmake for: -* CentOS 6.10 32 bits: [cmake-3.24.2-linux-el6-i686.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/tools/cmake/-/jobs/artifacts/main/download?job=linux-el6-i686) -* CentOS 7.9 32 bits: [cmake-3.24.2-linux-el7-i686.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/tools/cmake/-/jobs/artifacts/main/download?job=linux-el7-i686) +* CentOS 6.10 32 bits: [cmake-3.24.2-linux-el6-i686.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/cmake/-/jobs/artifacts/main/download?job=linux-el6-i686) +* CentOS 7.9 32 bits: [cmake-3.24.2-linux-el7-i686.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/cmake/-/jobs/artifacts/main/download?job=linux-el7-i686)