Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Docker Entrypoint mod #179

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading