Commit 0aafb066 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Test ajout NO_PROXY dans la cible php8.4

parent d377e401
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ build8.4:
  stage: build
  script:
    - export HTTP_PROXY=http://10.14.128.99:3128
    - export NO_PROXY=.unicaen.fr
    - 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}