Release 1.23.0 - See CHANGELOG.md

This commit is contained in:
Dave Conroy
2020-06-15 09:44:07 -07:00
parent bf97c3ab97
commit 955a08a21b
4 changed files with 30 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ LABEL maintainer="Dave Conroy (dave at tiredofit dot ca)"
### Set Environment Variables
ENV ENABLE_CRON=FALSE \
ENABLE_SMTP=FALSE \
ENABLE_ZABBIX=FALSE \
ENABLE_ZABBIX=TRUE \
ZABBIX_HOSTNAME=db-backup
### Dependencies
@@ -30,12 +30,13 @@ RUN set -ex && \
postgresql-client \
redis \
xz \
zstd \
&& \
\
apk add \
pixz@testing \
&& \
\
\
mkdir -p /usr/src/pbzip2 && \
curl -ssL https://launchpad.net/pbzip2/1.1/1.1.13/+download/pbzip2-1.1.13.tar.gz | tar xvfz - --strip=1 -C /usr/src/pbzip2 && \
cd /usr/src/pbzip2 && \