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

Docker : suppression de tout passage de variables *_proxy

parent f2b1ec53
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -14,13 +14,6 @@ ARG PHP_VERSION

ENV PHP_VERSION=${PHP_VERSION}

ENV HTTP_PROXY=${http_proxy} \
    HTTPS_PROXY=${https_proxy} \
    NO_PROXY=${no_proxy} \
    http_proxy=${http_proxy} \
    https_proxy=${https_proxy} \
    no_proxy=${no_proxy}

RUN apt-get -qq update && \
    apt-get install -y \
        apache2 \
+0 −14
Original line number Diff line number Diff line
@@ -31,13 +31,6 @@ services:
      context: .
      args:
        - PHP_VERSION=8.2
    environment:
      - http_proxy
      - https_proxy
      - no_proxy
      - HTTP_PROXY
      - HTTPS_PROXY
      - NO_PROXY
    ports:
      - "8003:443"
    volumes:
@@ -94,13 +87,6 @@ services:
  sygal-import-ws:
    image: registre.unicaen.fr:5000/sygal-import-ws-image-php7.4
    container_name: sygal-import-ws-container-php7.4
    environment:
      - http_proxy
      - https_proxy
      - no_proxy
      - HTTP_PROXY
      - HTTPS_PROXY
      - NO_PROXY
    ports:
     - "8443:443"
    volumes: