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