Loading .gitlab-ci.yml +6 −6 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ stages: build8.4: stage: build script: - export HTTP_PROXY=http://10.14.128.99:3128 - export HTTP_PROXY=http://193.55.120.34:3128 - export PHP_VERSION=8.4 - docker build --rm --build-arg PHP_VERSION=${PHP_VERSION} --build-arg HTTP_PROXY=${HTTP_PROXY} -f Dockerfile-8.x -t open-source/docker/unicaen-image:php${PHP_VERSION} . - docker tag open-source/docker/unicaen-image:php${PHP_VERSION} registre.unicaen.fr:5000/open-source/docker/unicaen-image:php${PHP_VERSION} Loading @@ -17,7 +17,7 @@ build8.4: build8.3: stage: build script: - export HTTP_PROXY=http://10.14.128.99:3128 - export HTTP_PROXY=http://193.55.120.34:3128 - export PHP_VERSION=8.3 - docker build --rm --build-arg PHP_VERSION=${PHP_VERSION} --build-arg HTTP_PROXY=${HTTP_PROXY} -f Dockerfile-8.x -t open-source/docker/unicaen-image:php${PHP_VERSION} . - docker tag open-source/docker/unicaen-image:php${PHP_VERSION} registre.unicaen.fr:5000/open-source/docker/unicaen-image:php${PHP_VERSION} Loading @@ -27,7 +27,7 @@ build8.3: build8.2: stage: build script: - export HTTP_PROXY=http://10.14.128.99:3128 - export HTTP_PROXY=http://193.55.120.34:3128 - export PHP_VERSION=8.2 - docker build --rm --build-arg PHP_VERSION=${PHP_VERSION} --build-arg HTTP_PROXY=${HTTP_PROXY} -f Dockerfile-8.x -t open-source/docker/unicaen-image:php${PHP_VERSION} . - docker tag open-source/docker/unicaen-image:php${PHP_VERSION} registre.unicaen.fr:5000/open-source/docker/unicaen-image:php${PHP_VERSION} Loading @@ -37,7 +37,7 @@ build8.2: build8.1: stage: build script: - export HTTP_PROXY=http://10.14.128.99:3128 - export HTTP_PROXY=http://193.55.120.34:3128 - export PHP_VERSION=8.1 - docker build --rm --build-arg PHP_VERSION=${PHP_VERSION} --build-arg HTTP_PROXY=${HTTP_PROXY} -f Dockerfile-8.x -t open-source/docker/unicaen-image:php${PHP_VERSION} . - docker tag open-source/docker/unicaen-image:php${PHP_VERSION} registre.unicaen.fr:5000/open-source/docker/unicaen-image:php${PHP_VERSION} Loading @@ -47,7 +47,7 @@ build8.1: build8.0: stage: build script: - export HTTP_PROXY=http://10.14.128.99:3128 - export HTTP_PROXY=http://193.55.120.34:3128 - export PHP_VERSION=8.0 - docker build --rm --build-arg PHP_VERSION=${PHP_VERSION} --build-arg HTTP_PROXY=${HTTP_PROXY} -f Dockerfile-8.x -t open-source/docker/unicaen-image:php${PHP_VERSION} . - docker tag open-source/docker/unicaen-image:php${PHP_VERSION} registre.unicaen.fr:5000/open-source/docker/unicaen-image:php${PHP_VERSION} Loading @@ -57,7 +57,7 @@ build8.0: build7.4: stage: build script: - export HTTP_PROXY=http://10.14.128.99:3128 - export HTTP_PROXY=http://193.55.120.34:3128 - export PHP_VERSION=7.4 - docker build --rm --build-arg PHP_VERSION=${PHP_VERSION} --build-arg HTTP_PROXY=${HTTP_PROXY} -f Dockerfile-7.x -t open-source/docker/unicaen-image:php${PHP_VERSION} --no-cache . - docker tag open-source/docker/unicaen-image:php${PHP_VERSION} registre.unicaen.fr:5000/open-source/docker/unicaen-image:php${PHP_VERSION} Loading Loading
.gitlab-ci.yml +6 −6 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ stages: build8.4: stage: build script: - export HTTP_PROXY=http://10.14.128.99:3128 - export HTTP_PROXY=http://193.55.120.34:3128 - export PHP_VERSION=8.4 - docker build --rm --build-arg PHP_VERSION=${PHP_VERSION} --build-arg HTTP_PROXY=${HTTP_PROXY} -f Dockerfile-8.x -t open-source/docker/unicaen-image:php${PHP_VERSION} . - docker tag open-source/docker/unicaen-image:php${PHP_VERSION} registre.unicaen.fr:5000/open-source/docker/unicaen-image:php${PHP_VERSION} Loading @@ -17,7 +17,7 @@ build8.4: build8.3: stage: build script: - export HTTP_PROXY=http://10.14.128.99:3128 - export HTTP_PROXY=http://193.55.120.34:3128 - export PHP_VERSION=8.3 - docker build --rm --build-arg PHP_VERSION=${PHP_VERSION} --build-arg HTTP_PROXY=${HTTP_PROXY} -f Dockerfile-8.x -t open-source/docker/unicaen-image:php${PHP_VERSION} . - docker tag open-source/docker/unicaen-image:php${PHP_VERSION} registre.unicaen.fr:5000/open-source/docker/unicaen-image:php${PHP_VERSION} Loading @@ -27,7 +27,7 @@ build8.3: build8.2: stage: build script: - export HTTP_PROXY=http://10.14.128.99:3128 - export HTTP_PROXY=http://193.55.120.34:3128 - export PHP_VERSION=8.2 - docker build --rm --build-arg PHP_VERSION=${PHP_VERSION} --build-arg HTTP_PROXY=${HTTP_PROXY} -f Dockerfile-8.x -t open-source/docker/unicaen-image:php${PHP_VERSION} . - docker tag open-source/docker/unicaen-image:php${PHP_VERSION} registre.unicaen.fr:5000/open-source/docker/unicaen-image:php${PHP_VERSION} Loading @@ -37,7 +37,7 @@ build8.2: build8.1: stage: build script: - export HTTP_PROXY=http://10.14.128.99:3128 - export HTTP_PROXY=http://193.55.120.34:3128 - export PHP_VERSION=8.1 - docker build --rm --build-arg PHP_VERSION=${PHP_VERSION} --build-arg HTTP_PROXY=${HTTP_PROXY} -f Dockerfile-8.x -t open-source/docker/unicaen-image:php${PHP_VERSION} . - docker tag open-source/docker/unicaen-image:php${PHP_VERSION} registre.unicaen.fr:5000/open-source/docker/unicaen-image:php${PHP_VERSION} Loading @@ -47,7 +47,7 @@ build8.1: build8.0: stage: build script: - export HTTP_PROXY=http://10.14.128.99:3128 - export HTTP_PROXY=http://193.55.120.34:3128 - export PHP_VERSION=8.0 - docker build --rm --build-arg PHP_VERSION=${PHP_VERSION} --build-arg HTTP_PROXY=${HTTP_PROXY} -f Dockerfile-8.x -t open-source/docker/unicaen-image:php${PHP_VERSION} . - docker tag open-source/docker/unicaen-image:php${PHP_VERSION} registre.unicaen.fr:5000/open-source/docker/unicaen-image:php${PHP_VERSION} Loading @@ -57,7 +57,7 @@ build8.0: build7.4: stage: build script: - export HTTP_PROXY=http://10.14.128.99:3128 - export HTTP_PROXY=http://193.55.120.34:3128 - export PHP_VERSION=7.4 - docker build --rm --build-arg PHP_VERSION=${PHP_VERSION} --build-arg HTTP_PROXY=${HTTP_PROXY} -f Dockerfile-7.x -t open-source/docker/unicaen-image:php${PHP_VERSION} --no-cache . - docker tag open-source/docker/unicaen-image:php${PHP_VERSION} registre.unicaen.fr:5000/open-source/docker/unicaen-image:php${PHP_VERSION} Loading