docker-maven-plugin icon indicating copy to clipboard operation
docker-maven-plugin copied to clipboard

Add flag for convert tcp to http

Open nodece opened this issue 3 years ago • 2 comments

https://github.com/fabric8io/docker-maven-plugin/pull/1360 is a good idea, but this idea affects too many people, so this PR can help people switch to the HTTP protocol from the TCP protocol, the default to HTTPS protocol.

See an issue: https://github.com/fabric8io/docker-maven-plugin/issues/1382

nodece avatar Oct 20 '22 09:10 nodece

Codecov Report

Merging #1613 (4cf3f69) into master (83cae7e) will decrease coverage by 0.00%. The diff coverage is 25.00%.

@@             Coverage Diff              @@
##             master    #1613      +/-   ##
============================================
- Coverage     63.65%   63.64%   -0.01%     
  Complexity     2173     2173              
============================================
  Files           170      170              
  Lines          9923     9926       +3     
  Branches       1359     1361       +2     
============================================
+ Hits           6316     6317       +1     
- Misses         3078     3079       +1     
- Partials        529      530       +1     
Impacted Files Coverage Δ
...ain/java/io/fabric8/maven/docker/util/EnvUtil.java 82.41% <25.00%> (-0.76%) :arrow_down:

codecov[bot] avatar Oct 20 '22 09:10 codecov[bot]