From dac7cf1be054f34be987877272d079a7ed92a2af Mon Sep 17 00:00:00 2001 From: Alain Stucki Date: Wed, 3 Apr 2024 11:30:02 +0200 Subject: [PATCH] backup --- amazon-s3-backup/Dockerfile | 24 +++++++++++++++++++++++- amazon-s3-backup/config.json | 2 +- amazon-s3-backup/run.sh | 23 +++++++++++++++++++++++ 3 files changed, 47 insertions(+), 2 deletions(-) diff --git a/amazon-s3-backup/Dockerfile b/amazon-s3-backup/Dockerfile index 08dc9ea..af0eca3 100755 --- a/amazon-s3-backup/Dockerfile +++ b/amazon-s3-backup/Dockerfile @@ -16,4 +16,26 @@ RUN apk add -v --update --no-cache \ aws-cli #RUN pip3 install --upgrade awscli -CMD [ "/run.sh" ] \ No newline at end of file +CMD [ "/run.sh" ] + +# Build arugments +ARG BUILD_DATE +ARG BUILD_REF +ARG BUILD_VERSION + +# Labels +LABEL \ + io.hass.name="bitlab S3 backup" \ + io.hass.description="Automatically create and transfer HA backups" \ + io.hass.arch="${BUILD_ARCH}" \ + io.hass.type="addon" \ + io.hass.version=${BUILD_VERSION} \ + maintainer="Alain Stucki