Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in fix #1148 #1237

Closed
rpecheur opened this issue Jul 2, 2019 · 7 comments
Closed

Bug in fix #1148 #1237

rpecheur opened this issue Jul 2, 2019 · 7 comments

Comments

@rpecheur
Copy link
Contributor

rpecheur commented Jul 2, 2019

When data are extracted from local ~/.docker/config.json, "docker.buildArg" is not removed from property name.

It give:
"Build args set {docker.buildArg.http_proxy=http://127.0.0.1:3001}"
Instead of:
"Build args set {http_proxy=http://127.0.0.1:3001}"

In commit ad5b322:
BuildService.java: Line 217:
buildArgs.put(argPrefix + entry.getValue(), defaultProxyObj.get(entry.getKey()).getAsString());
-> Should remove argPrefix.

Thank you

@rohanKanojia
Copy link
Member

You mean #1148 ?

@rpecheur
Copy link
Contributor Author

rpecheur commented Jul 2, 2019

Yes

@rpecheur rpecheur changed the title Bug in fixes #1148 Bug in fix #1148 Jul 2, 2019
@rohanKanojia
Copy link
Member

Can you raise a PR to fix it then? If you have spotted the bug?

@rpecheur
Copy link
Contributor Author

rpecheur commented Jul 2, 2019

It s detailed in my post.
One element to remove i think.

@rohanKanojia
Copy link
Member

Yeah, I get it. But I'm asking you to raise PR if you have time :-)

rpecheur added a commit to rpecheur/docker-maven-plugin-1 that referenced this issue Jul 2, 2019
@rpecheur
Copy link
Contributor Author

rpecheur commented Jul 2, 2019

Done #1238

rpecheur added a commit to rpecheur/docker-maven-plugin-1 that referenced this issue Jul 2, 2019
@rhuss
Copy link
Collaborator

rhuss commented Jul 23, 2019

#1238 is merged. Thanks for your patience and sorry for the delay.

@rhuss rhuss closed this as completed Jul 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants