diff --git a/client/Containerfile b/client/Containerfile index 06ac746..ee1d594 100644 --- a/client/Containerfile +++ b/client/Containerfile @@ -26,6 +26,10 @@ RUN apt-get -qy install git libssl3 bash perl libglib2.0 swig libtirpc3 libreadl RUN apt-get -qy install tini COPY --from=builder /usr/local/ /usr/local/ + +COPY conf/amanda-client.conf /usr/local/etc/amanda/ +RUN chown backup:backup /usr/local/etc/amanda + COPY inetd.conf /etc/inetd.conf COPY scripts/entryPoint.sh /entryPoint.sh RUN chmod +x /entryPoint.sh diff --git a/client/conf/amanda-client.conf b/client/conf/amanda-client.conf new file mode 100644 index 0000000..6d56de8 --- /dev/null +++ b/client/conf/amanda-client.conf @@ -0,0 +1,4 @@ +ssl-dir "/usr/local/etc/amanda/ssl" +ssl-check-certificate-host no +ssl-check-fingerprint no +ssl-check-host no