Browse Source

Add libcrypto, libcluster. See Redmine 153547

Admin User 4 years ago
parent
commit
85eba7ff93
5 changed files with 6 additions and 3 deletions
  1. 4 1
      Dockerfile
  2. 0 0
      cluster.conf
  3. 2 2
      firebird.conf
  4. BIN
      libcluster.so
  5. BIN
      libcrypto.so

+ 4 - 1
Dockerfile

@@ -7,7 +7,7 @@ HEALTHCHECK --start-period=30s --interval=15s --timeout=5s --retries=2 CMD /heal
 RUN set -x && \
     yum install -y epel-release && \
     curl https://copr.fedorainfracloud.org/coprs/makowski/firebird/repo/epel-7/makowski-firebird-epel-7.repo > /etc/yum.repos.d/makowski-firebird-epel-7.repo && \
-    yum install -y firebird-3.0.5.33220 icu && \
+    yum install -y firebird-3.0.6.33328 icu && \
     mkdir -p /var/run/firebird && \
     chown firebird. /var/run/firebird && \
     chown firebird. /data && \
@@ -16,6 +16,9 @@ RUN set -x && \
 COPY firebird.conf /etc/firebird/firebird.conf
 COPY docker-entrypoint.sh /docker-entrypoint.sh
 COPY healthcheck.sh /healthcheck.sh
+COPY libcluster.so /usr/lib64/firebird/plugins/
+COPY cluster.conf /usr/lib64/firebird/plugins/
+COPY libcrypto.so /usr/lib64/firebird/plugins/udr 
 RUN set -x && \
     chmod +x /docker-entrypoint.sh && \
     chmod +x /healthcheck.sh

File diff suppressed because it is too large
+ 0 - 0
cluster.conf


+ 2 - 2
firebird.conf

@@ -2,8 +2,8 @@ ServerMode = Super
 DefaultDbCachePages = 50000
 TempBlockSize = 2M
 TempCacheLimit = 364M
-AuthServer = Srp, Legacy_Auth, Win_Sspi
-AuthClient = Srp, Legacy_Auth, Win_Sspi
+AuthServer = Srp, cluster, Legacy_Auth, Win_Sspi
+AuthClient = Srp, cluster, Legacy_Auth, Win_Sspi
 UserManager = Srp, Legacy_UserManager
 WireCrypt = Enabled
 RemoteServicePort = 3050

BIN
libcluster.so


BIN
libcrypto.so


Some files were not shown because too many files changed in this diff