2024-05-30 11:30:17 -03:00
|
|
|
FROM eftechcombr/bacula:15.0.2-base
|
2023-08-23 07:33:42 -03:00
|
|
|
|
2024-05-30 11:30:17 -03:00
|
|
|
RUN apt-get -y install bacula-cloud-storage-common bacula-cloud-storage-s3 bacula-aligned
|
2023-08-23 07:33:42 -03:00
|
|
|
|
|
|
|
|
VOLUME ["/opt/bacula/etc"]
|
|
|
|
|
|
|
|
|
|
EXPOSE 9103/tcp
|
|
|
|
|
|
|
|
|
|
ENTRYPOINT ["/opt/bacula/bin/bacula-sd"]
|
|
|
|
|
|
|
|
|
|
CMD ["-f", "-c", "/opt/bacula/etc/bacula-sd.conf"]
|