Skip to content
Snippets Groups Projects
Commit 03d4777c authored by Patrick MADELA's avatar Patrick MADELA
Browse files

Try to set proxy for pull

parent 74a92807
No related branches found
No related tags found
1 merge request!1Changes for building images from internal build docker runner
Pipeline #6686 failed
Pipeline: conan-docker-tools

#6687

    ......@@ -24,8 +24,7 @@ before_script:
    build:
    stage: build
    script:
    - echo "DOCKER_HOST=$DOCKER_HOST"
    - docker build --pull -t ${CONTAINER_TEST_IMAGE} -f ${NAME}/Dockerfile .
    - docker build --build-arg http_proxy --build-arg https_proxy --build-arg no_proxy --pull -t ${CONTAINER_TEST_IMAGE} -f ${NAME}/Dockerfile .
    - docker push ${CONTAINER_TEST_IMAGE}
    test:
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment