fix: provide initial amanda-client.conf
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2019a67867
commit
8b6993a07c
@ -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
|
||||||
|
4
client/conf/amanda-client.conf
Normal file
4
client/conf/amanda-client.conf
Normal 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
|
Loading…
Reference in New Issue
Block a user