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> ## 2.8.1 2021-09-01 <dave at tiredofit dot ca>
### Changed ### Changed

View File

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

View File

@@ -1,6 +1,6 @@
The MIT License (MIT) 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 Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

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