Commit b09b66dc authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

gitlab-ci : l'IP du proxy a changé

parent 6bb817e2
Loading
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -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}
@@ -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}
@@ -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}
@@ -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}
@@ -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}
@@ -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}