Skip to content

Expose DOCKER_INSECURE env var

Adam Cohen requested to merge expose-docker-insecure-env-var into master

What does this MR do?

This MR exposes the DOCKER_INSECURE flag provided by klar. This will allow the container scanning tool to interact with Docker registries over HTTPS when the SSL certificate is bad (or self-signed).

This will help simplify the documentation for running container scanning on a local Docker registry, which is being updated by gitlab-org/gitlab-development-kit!1059 (merged).

It will also make container scanning more flexible, since it'll be possible to use it on a self hosted registry with a self-signed SSL certificate, which may be useful for air-gapped installations.

What are the relevant issue numbers?

gitlab-org/gitlab#204737 (closed)

Does this MR meet the acceptance criteria?

Edited by Adam Cohen

Merge request reports