spotify / docker-maven-plugin

INACTIVE: A maven plugin for Docker
Apache License 2.0
2.66k stars 575 forks source link

-Ddocker.buildArg.http_proxy not work #392

Closed yuxh closed 6 years ago

yuxh commented 6 years ago

Description

mvn clean package docker:build -Ddocker.buildArg.http_proxy=http://192.168.156.25:3128 to invoke external dockfile: FROM openjdk:8-jdk-alpine RUN apk update && apk upgrade && apk add netcat-openbsd && apk add curl "ERROR: http://dl-cdn.alpinelinux.org/alpine/v3.7/main: temporary error (try again later)"

add "ENV http_proxy http://192.168.156.25:3128" in dockfile will work

Software:

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.