File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# Bareos director Dockerfile
2- FROM alpine:3.21
2+ FROM arm32v7/ alpine:3.21
33
44LABEL maintainer="aide@libertech.fr"
55
@@ -21,7 +21,7 @@ RUN apk add --no-cache bareos bareos-postgresql postgresql-client curl tzdata ta
2121
2222RUN tar czf /bareos-dir.tgz /etc/bareos
2323RUN mkdir /run/bareos \
24- && chown bareos /run/bareos
24+ && chown bareos /run/bareos
2525
2626COPY webhook-notify /usr/local/bin/webhook-notify
2727RUN chmod u+x /usr/local/bin/webhook-notify
Original file line number Diff line number Diff line change 11# Dockerfile Bareos storage daemon
2- FROM alpine:3.21.0
2+ FROM arm32v7/ alpine:3.21.0
33
44LABEL maintainer="barcus@tou.nu"
55
@@ -21,7 +21,7 @@ RUN apk add --no-cache bareos bareos-storage tar
2121
2222RUN tar czf /bareos-sd.tgz /etc/bareos/bareos-sd.d
2323RUN mkdir /run/bareos \
24- && chown bareos /run/bareos
24+ && chown bareos /run/bareos
2525
2626COPY docker-entrypoint.sh /docker-entrypoint.sh
2727RUN chmod u+x /docker-entrypoint.sh
Original file line number Diff line number Diff line change 11# Bareos Web-ui Dockerfile
2- FROM alpine:3.20
2+ FROM arm32v7/ alpine:3.20
33
44RUN apk add --no-cache bareos-webui-nginx
55
You can’t perform that action at this time.
0 commit comments