Commit 69be77ca authored by fangxinjiang's avatar fangxinjiang

init

parent db5c4c6d
FROM moxm/java:1.8-full
RUN sed -i 's/jdk.tls.disabledAlgorithms=SSLv3, TLSv1, TLSv1.1, RC4, DES, MD5withRSA,/jdk.tls.disabledAlgorithms=RC4, DES, MD5withRSA,/' /usr/local/openjdk-8/lib/security/java.security
RUN mkdir -p /yifu-auth
WORKDIR /yifu-auth
......
FROM moxm/java:1.8-full
RUN sed -i 's/jdk.tls.disabledAlgorithms=SSLv3, TLSv1, TLSv1.1, RC4, DES, MD5withRSA,/jdk.tls.disabledAlgorithms=RC4, DES, MD5withRSA,/' /usr/local/openjdk-8/lib/security/java.security
RUN mkdir -p /consumer
WORKDIR consumer
......
FROM moxm/java:1.8-full
RUN sed -i 's/jdk.tls.disabledAlgorithms=SSLv3, TLSv1, TLSv1.1, RC4, DES, MD5withRSA,/jdk.tls.disabledAlgorithms=RC4, DES, MD5withRSA,/' /usr/local/openjdk-8/lib/security/java.security
RUN mkdir -p /provider
WORKDIR provider
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment