FROM centos:7 MAINTAINER Hannibal <hannibal1216@126.com> ADD jdk1.8.0_60 /usr/local/java ENV JAVA_HOME /usr/local/java ENV JAVA_BIN /usr/local/java/bin ENV JRE_HOME /usr/local/java/jre ENV PATH $PATH:/usr/local/java/bin:/usr/local/java/jre/bin ENV CLASSPATH /usr/local/java/jre...
I have view the source code, and may be you guys can change the ApacheDockerHttpClientImpl scope to support caller changehttpClientproperties? Just return HttpClientBuilder instead HttpClient will be more flexiable httpClient=HttpClients.custom() .setRequestExecutor(newHijackingHttpRequestExecutor(null)) ...
The gradle docker plugin with podman-system-service may randomly fail with a broken pipe error. I believe this is because thecaching the docker clientwill not support the ephemeral podman-system-service with a default expiration of 5 seconds. If enough time passes between podman calls the client...