mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
.ensure-syscall-test need to build an image, we have to add http_proxy and https_proxy to make it work. Inseted of adding http_proxy and https_proxy env to the Dockerfile, adding a DOCKER_BUILD_ARGS env to pass the build-arg is much more elegant. Signed-off-by: Lei Jitang <leijitang@huawei.com>