Skip to content

Commit

Permalink
Merge pull request #212 from borgmatic-collective/grantbevis/borgmati…
Browse files Browse the repository at this point in the history
…c-1.7.8

Update to borgmatic 1.7.8
  • Loading branch information
grantbevis authored Mar 5, 2023
2 parents 8708dab + eb8bf21 commit 34a20ce
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 23 deletions.
35 changes: 15 additions & 20 deletions base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# syntax = docker/dockerfile:latest
FROM golang:1.20.0-alpine3.17 AS gobuilder
ARG SUPERCRONIC_VERSION="v0.2.1"
RUN apk add --no-cache git
RUN go install github.com/aptible/supercronic@"${SUPERCRONIC_VERSION}"

FROM python:3.11.1-alpine3.17
LABEL maintainer='b3vis'
FROM python:3.11.2-alpine3.17
LABEL maintainer='github.com/borgmatic-collective'
VOLUME /mnt/source
VOLUME /mnt/borg-repository
VOLUME /root/.borgmatic
Expand All @@ -14,28 +9,28 @@ VOLUME /root/.config/borg
VOLUME /root/.ssh
VOLUME /root/.cache/borg
RUN apk add --update --no-cache \
tzdata \
sshfs \
openssl1.1-compat \
fuse \
bash \
bash-completion \
bash-doc \
ca-certificates \
curl \
findmnt \
fuse \
libacl \
logrotate \
lz4-libs \
libacl \
postgresql-client \
mariadb-client \
mongodb-tools \
curl \
findmnt \
bash \
bash-completion \
bash-doc \
mariadb-connector-c \
mongodb-tools \
openssl1.1-compat \
postgresql-client \
sshfs \
supercronic \
tzdata \
&& rm -rf \
/var/cache/apk/* \
/.cache

COPY --from=gobuilder /go/bin/supercronic /usr/local/bin/
COPY --chmod=755 entry.sh /entry.sh
COPY --link requirements.txt /

Expand Down
6 changes: 3 additions & 3 deletions base/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--extra-index-url https://borgmatic-collective.github.io/pypi/simple
--extra-index-url https://dl.cloudsmith.io/public/borgmatic-collective/borgmatic/python/simple/

apprise==1.2.1
apprise==1.3.0
borgbackup==1.2.3
borgmatic==1.7.8
llfuse==1.4.2
borgmatic==1.7.7

0 comments on commit 34a20ce

Please sign in to comment.