Loading .gitlab-ci.yml +0 −10 Original line number Diff line number Diff line Loading @@ -43,13 +43,3 @@ build7.4: - docker tag open-source/docker/unicaen-image:php${PHP_VERSION} registre.unicaen.fr:5000/open-source/docker/unicaen-image:php${PHP_VERSION} - echo "$CI_REGISTRY_PASSWORD" | docker login $CI_REGISTRY -u $CI_REGISTRY_USER --password-stdin - docker push registre.unicaen.fr:5000/open-source/docker/unicaen-image:php${PHP_VERSION} build5.6: stage: build script: - export HTTP_PROXY=http://10.14.128.99:3128 - export PHP_VERSION=5.6 - docker build --rm --build-arg PHP_VERSION=${PHP_VERSION} --build-arg HTTP_PROXY=${HTTP_PROXY} -f Dockerfile-5.x -t unicaen-dev-php${PHP_VERSION}-apache . - docker tag unicaen-dev-php${PHP_VERSION}-apache registre.unicaen.fr:5000/unicaen-dev-php${PHP_VERSION}-apache - echo "$CI_REGISTRY_PASSWORD" | docker login $CI_REGISTRY -u $CI_REGISTRY_USER --password-stdin - docker push registre.unicaen.fr:5000/unicaen-dev-php${PHP_VERSION}-apache Loading
.gitlab-ci.yml +0 −10 Original line number Diff line number Diff line Loading @@ -43,13 +43,3 @@ build7.4: - docker tag open-source/docker/unicaen-image:php${PHP_VERSION} registre.unicaen.fr:5000/open-source/docker/unicaen-image:php${PHP_VERSION} - echo "$CI_REGISTRY_PASSWORD" | docker login $CI_REGISTRY -u $CI_REGISTRY_USER --password-stdin - docker push registre.unicaen.fr:5000/open-source/docker/unicaen-image:php${PHP_VERSION} build5.6: stage: build script: - export HTTP_PROXY=http://10.14.128.99:3128 - export PHP_VERSION=5.6 - docker build --rm --build-arg PHP_VERSION=${PHP_VERSION} --build-arg HTTP_PROXY=${HTTP_PROXY} -f Dockerfile-5.x -t unicaen-dev-php${PHP_VERSION}-apache . - docker tag unicaen-dev-php${PHP_VERSION}-apache registre.unicaen.fr:5000/unicaen-dev-php${PHP_VERSION}-apache - echo "$CI_REGISTRY_PASSWORD" | docker login $CI_REGISTRY -u $CI_REGISTRY_USER --password-stdin - docker push registre.unicaen.fr:5000/unicaen-dev-php${PHP_VERSION}-apache