We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a50f03 + e6ed133 commit 7a21419Copy full SHA for 7a21419
1 file changed
deploy/docker/Dockerfile
@@ -2,6 +2,8 @@ FROM eclipse-temurin:17.0.4.1_1-jre-focal
2
3
COPY cloudbeaver /opt/cloudbeaver
4
5
+# 允许使用TLS1.0
6
+RUN sed -i -e '724,+2s/TLSv1,//' -e '724,+2s/TLSv1.1,//' -e '724,+2s/3DES_EDE_CBC,//' /opt/java/openjdk/conf/security/java.security
7
EXPOSE 8978
8
RUN find /opt/cloudbeaver -type d -exec chmod 775 {} \;
9
WORKDIR /opt/cloudbeaver/
0 commit comments