Release 2.8.2 - See CHANGELOG.md

This commit is contained in:
Dave Conroy
2021-10-15 09:52:25 -07:00
parent c81d8e2713
commit 2e0c0d9248
4 changed files with 11 additions and 9 deletions

View File

@@ -1,3 +1,9 @@
## 2.8.2 2021-10-15 <dave at tiredofit dot ca>
### Changed
- Change to using aws cli from Alpine repositories (fixes #81)
## 2.8.1 2021-09-01 <dave at tiredofit dot ca>
### Changed

View File

@@ -1,4 +1,4 @@
FROM tiredofit/alpine:3.14
FROM docker.io/tiredofit/alpine:3.14
### Set Environment Variables
ENV MSSQL_VERSION=17.5.2.1-1 \
@@ -16,12 +16,12 @@ RUN set -ex && \
bzip2-dev \
git \
libarchive-dev \
py3-pip \
xz-dev \
&& \
\
apk add --no-cache -t .db-backup-run-deps \
bzip2 \
aws-cli \
bzip2 \
influxdb \
libarchive \
mariadb-client \
@@ -30,7 +30,6 @@ RUN set -ex && \
pigz \
postgresql \
postgresql-client \
python3 \
redis \
sqlite \
xz \
@@ -59,9 +58,7 @@ RUN set -ex && \
&& \
make && \
make install && \
pip3 install --upgrade pip && \
pip3 install awscli && \
\
\
### Cleanup
apk del .db-backup-build-deps && \
rm -rf /usr/src/* && \

View File

@@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (c) 2020 Dave Conroy
Copyright (c) 2021 Dave Conroy
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@@ -1,4 +1,3 @@
#!/usr/bin/with-contenv bash
pkill bash