From 52668ab5e7535ba8ba6bc8c1cbe349ea08babed1 Mon Sep 17 00:00:00 2001 From: Alain Stucki Date: Wed, 3 Apr 2024 09:39:56 +0200 Subject: [PATCH] docker --- amazon-s3-backup/CHANGELOG.md | 13 ------------- amazon-s3-backup/Dockerfile | 5 ++--- 2 files changed, 2 insertions(+), 16 deletions(-) delete mode 100755 amazon-s3-backup/CHANGELOG.md diff --git a/amazon-s3-backup/CHANGELOG.md b/amazon-s3-backup/CHANGELOG.md deleted file mode 100755 index 85c0f44..0000000 --- a/amazon-s3-backup/CHANGELOG.md +++ /dev/null @@ -1,13 +0,0 @@ -# Changelog - -## 1.2.1 -- Remove Storage_class - -## 1.2.0 -- You can now configure if you want to automatically delete older backups and how many backups you want to keep locally. - * `delete_local_backups` defaults to `true`, which means it will automatically delete older backups and keep `local_backups_to_keep` which defaults to `3` - -## 1.0.0 -- Initial release: - * Uses the `aws s3 sync` cli command to sync the local backup folder - * Possibility to configure region, storage class, bucket diff --git a/amazon-s3-backup/Dockerfile b/amazon-s3-backup/Dockerfile index fbf0766..18d12f2 100755 --- a/amazon-s3-backup/Dockerfile +++ b/amazon-s3-backup/Dockerfile @@ -11,6 +11,5 @@ RUN apk add -v --update --no-cache \ py3-pip \ groff \ less \ - jq \ - && \ - pip3 install --upgrade awscli \ No newline at end of file + jq +RUN pip3 install --upgrade awscli \ No newline at end of file