Commit b41b9e60 authored by Philippe Lafoucrière's avatar Philippe Lafoucrière Committed by Achilleas Pipinellis

Disable proxy in container scanning template

closes https://gitlab.com/gitlab-org/gitlab-ee/issues/11105
parent 9daae83f
---
title: Fix proxy support in Container Scanning
merge_request: 27246
author:
type: fixed
......@@ -23,6 +23,9 @@ container_scanning:
DOCKER_HOST: tcp://${DOCKER_SERVICE}:2375/
# https://hub.docker.com/r/arminc/clair-local-scan/tags
CLAIR_LOCAL_SCAN_VERSION: v2.0.8_fe9b059d930314b54c78f75afe265955faf4fdc1
## Disable the proxy for clair-local-scan, otherwise Container Scanning will
## fail when a proxy is used.
NO_PROXY: ${DOCKER_SERVICE},localhost
allow_failure: true
services:
- docker:stable-dind
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment