Skip to content

Commit

Permalink
Fix Docker Entrypoint mod
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentPoinsaut committed Dec 4, 2023
1 parent 25bcfbb commit 5247f29
Show file tree
Hide file tree
Showing 28 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion api/21-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ ENV PATH="/home/bareos/.local/bin:${PATH}"
RUN pip install --no-cache-dir "bareos-restapi>=21*,<22*"

COPY --chown=bareos docker-entrypoint.sh /docker-entrypoint.sh
RUN chmod a+x /docker-entrypoint.sh

EXPOSE 8000

Expand Down
Empty file modified api/21-alpine/docker-entrypoint.sh
100644 → 100755
Empty file.
1 change: 0 additions & 1 deletion bareos-db-migration/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ RUN apt-get update -qq \
RUN tar czf /bareos-dir.tgz /etc/bareos

COPY docker-entrypoint.sh /docker-entrypoint.sh
RUN chmod u+x /docker-entrypoint.sh

VOLUME /etc/bareos

Expand Down
Empty file modified bareos-db-migration/docker-entrypoint.sh
100644 → 100755
Empty file.
1 change: 0 additions & 1 deletion client/21-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ RUN mkdir /run/bareos \
&& chown bareos /run/bareos

COPY docker-entrypoint.sh /docker-entrypoint.sh
RUN chmod a+x /docker-entrypoint.sh

EXPOSE 9102

Expand Down
Empty file modified client/21-alpine/docker-entrypoint.sh
100644 → 100755
Empty file.
1 change: 0 additions & 1 deletion client/21-ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ RUN apt-get update -qq \
&& rm -rf /var/lib/apt/lists/*

COPY docker-entrypoint.sh /docker-entrypoint.sh
RUN chmod a+x /docker-entrypoint.sh

RUN tar czf /bareos-fd.tgz /etc/bareos/bareos-fd.d

Expand Down
Empty file modified client/21-ubuntu/docker-entrypoint.sh
100644 → 100755
Empty file.
1 change: 0 additions & 1 deletion client/nightly-ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ RUN apt-get update -qq \
&& rm -rf /var/lib/apt/lists/*

COPY docker-entrypoint.sh /docker-entrypoint.sh
RUN chmod a+x /docker-entrypoint.sh

RUN tar czf /bareos-fd.tgz /etc/bareos/bareos-fd.d

Expand Down
Empty file modified client/nightly-ubuntu/docker-entrypoint.sh
100644 → 100755
Empty file.
1 change: 0 additions & 1 deletion director-pgsql/21-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ COPY webhook-notify /usr/local/bin/webhook-notify
RUN chmod u+x /usr/local/bin/webhook-notify

COPY docker-entrypoint.sh /docker-entrypoint.sh
RUN chmod u+x /docker-entrypoint.sh

EXPOSE 9101

Expand Down
Empty file modified director-pgsql/21-alpine/docker-entrypoint.sh
100644 → 100755
Empty file.
1 change: 0 additions & 1 deletion director-pgsql/21-ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ COPY webhook-notify /usr/local/bin/webhook-notify
RUN chmod u+x /usr/local/bin/webhook-notify

COPY docker-entrypoint.sh /docker-entrypoint.sh
RUN chmod u+x /docker-entrypoint.sh

EXPOSE 9101

Expand Down
Empty file modified director-pgsql/21-ubuntu/docker-entrypoint.sh
100644 → 100755
Empty file.
1 change: 0 additions & 1 deletion director-pgsql/nightly-ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ COPY webhook-notify /usr/local/bin/webhook-notify
RUN chmod u+x /usr/local/bin/webhook-notify

COPY docker-entrypoint.sh /docker-entrypoint.sh
RUN chmod u+x /docker-entrypoint.sh

EXPOSE 9101

Expand Down
Empty file modified director-pgsql/nightly-ubuntu/docker-entrypoint.sh
100644 → 100755
Empty file.
1 change: 0 additions & 1 deletion storage/21-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ RUN mkdir /run/bareos \
&& chown bareos /run/bareos

COPY docker-entrypoint.sh /docker-entrypoint.sh
RUN chmod u+x /docker-entrypoint.sh

EXPOSE 9103

Expand Down
Empty file modified storage/21-alpine/docker-entrypoint.sh
100644 → 100755
Empty file.
1 change: 0 additions & 1 deletion storage/21-ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ RUN apt-get update -qq \
&& rm -rf /var/lib/apt/lists/*

COPY docker-entrypoint.sh /docker-entrypoint.sh
RUN chmod u+x /docker-entrypoint.sh

RUN tar czf /bareos-sd.tgz /etc/bareos/bareos-sd.d

Expand Down
Empty file modified storage/21-ubuntu/docker-entrypoint.sh
100644 → 100755
Empty file.
1 change: 0 additions & 1 deletion storage/nightly-ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ RUN apt-get update -qq \
&& rm -rf /var/lib/apt/lists/*

COPY docker-entrypoint.sh /docker-entrypoint.sh
RUN chmod u+x /docker-entrypoint.sh

RUN tar czf /bareos-sd.tgz /etc/bareos/bareos-sd.d

Expand Down
Empty file modified storage/nightly-ubuntu/docker-entrypoint.sh
100644 → 100755
Empty file.
1 change: 0 additions & 1 deletion webui/21-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ FROM alpine:3.16
RUN apk add --no-cache bareos-webui-nginx

COPY docker-entrypoint.sh /docker-entrypoint.sh
RUN chmod u+x /docker-entrypoint.sh
RUN tar cfvz /bareos-webui-config.tgz /etc/bareos-webui
RUN tar cfvz /bareos-webui-code.tgz /usr/share/bareos-webui
RUN mkdir -p /run/nginx
Expand Down
Empty file modified webui/21-alpine/docker-entrypoint.sh
100644 → 100755
Empty file.
1 change: 0 additions & 1 deletion webui/21-ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ RUN apt-get update -qq \
&& rm -rf /var/lib/apt/lists/*

COPY docker-entrypoint.sh /docker-entrypoint.sh
RUN chmod u+x /docker-entrypoint.sh

RUN tar czf /bareos-webui.tgz /etc/bareos-webui

Expand Down
Empty file modified webui/21-ubuntu/docker-entrypoint.sh
100644 → 100755
Empty file.
1 change: 0 additions & 1 deletion webui/nightly-ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ RUN apt-get update -qq \
&& rm -rf /var/lib/apt/lists/*

COPY docker-entrypoint.sh /docker-entrypoint.sh
RUN chmod u+x /docker-entrypoint.sh

RUN tar czf /bareos-webui.tgz /etc/bareos-webui

Expand Down
Empty file modified webui/nightly-ubuntu/docker-entrypoint.sh
100644 → 100755
Empty file.

0 comments on commit 5247f29

Please sign in to comment.