Skip to content

Add possibility to declare proxy as build-arg to docker build  #846

@allamand

Description

@allamand

Feature Request

We have specific Dockerfile which need to access package through a proxy.
with the old docker_build.sh script I was able to add --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy to the script to activate the proxy is the var exists.

I would like that operator-sdk build command can pass thoses build-args if http_proxy env var exists.

Metadata

Metadata

Assignees

Labels

kind/featureCategorizes issue or PR as related to a new feature.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions