From 2e0c0d9248023341be92e8e052a25f768d194100 Mon Sep 17 00:00:00 2001 From: Dave Conroy Date: Fri, 15 Oct 2021 09:52:25 -0700 Subject: [PATCH] Release 2.8.2 - See CHANGELOG.md --- CHANGELOG.md | 6 ++++++ Dockerfile | 11 ++++------- LICENSE | 2 +- install/etc/cont-finish.d/10-db-backup | 1 - 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5767ab7..b96fa9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.8.2 2021-10-15 + + ### Changed + - Change to using aws cli from Alpine repositories (fixes #81) + + ## 2.8.1 2021-09-01 ### Changed diff --git a/Dockerfile b/Dockerfile index 966fe97..07b2e20 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/* && \ diff --git a/LICENSE b/LICENSE index d333478..81d2163 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/install/etc/cont-finish.d/10-db-backup b/install/etc/cont-finish.d/10-db-backup index 84f4dbb..215e6f2 100755 --- a/install/etc/cont-finish.d/10-db-backup +++ b/install/etc/cont-finish.d/10-db-backup @@ -1,4 +1,3 @@ #!/usr/bin/with-contenv bash pkill bash -