fix: provide initial amanda-client.conf
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dominik Meyer 2024-07-31 10:11:40 +02:00
parent 2019a67867
commit 8b6993a07c
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97
2 changed files with 8 additions and 0 deletions

View File

@ -26,6 +26,10 @@ RUN apt-get -qy install git libssl3 bash perl libglib2.0 swig libtirpc3 libreadl
RUN apt-get -qy install tini RUN apt-get -qy install tini
COPY --from=builder /usr/local/ /usr/local/ 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 inetd.conf /etc/inetd.conf
COPY scripts/entryPoint.sh /entryPoint.sh COPY scripts/entryPoint.sh /entryPoint.sh
RUN chmod +x /entryPoint.sh RUN chmod +x /entryPoint.sh

View File

@ -0,0 +1,4 @@
ssl-dir "/usr/local/etc/amanda/ssl"
ssl-check-certificate-host no
ssl-check-fingerprint no
ssl-check-host no