mirror of
https://github.com/eftechcombr/bacula.git
synced 2025-11-24 22:36:25 +00:00
Build 13.0.3
This commit is contained in:
21
docker/bacula-fd/Dockerfile-git
Normal file
21
docker/bacula-fd/Dockerfile-git
Normal file
@@ -0,0 +1,21 @@
|
||||
FROM eftechcombr/bacula:13.0.3-base
|
||||
|
||||
ENV USERNAME ${USERNAME}
|
||||
|
||||
ENV TOKEN ${TOKEN}
|
||||
|
||||
ENV ORG ${ORG}
|
||||
|
||||
ADD scripts/*.sh /usr/local/bin/
|
||||
|
||||
RUN chmod a+x /usr/local/bin/*.sh
|
||||
|
||||
RUN apt -y install git curl jq
|
||||
|
||||
VOLUME ["/opt/bacula/etc"]
|
||||
|
||||
EXPOSE 9102/tcp
|
||||
|
||||
ENTRYPOINT ["/opt/bacula/bin/bacula-fd"]
|
||||
|
||||
CMD ["-f", "-c", "/opt/bacula/etc/bacula-fd.conf"]
|
||||
Reference in New Issue
Block a user