From 4af682e34f0975da334aa19a496e2b856fc03d5f Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 8 Oct 2022 19:13:22 +0200 Subject: [PATCH] Updater bot : unpackerr updated to testing-9798402-466-linux-arm64-2022-09-17 --- unpackerr/CHANGELOG.md | 3 +++ unpackerr/Dockerfile | 8 ++++---- unpackerr/config.json | 2 +- unpackerr/updater.json | 4 ++-- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/unpackerr/CHANGELOG.md b/unpackerr/CHANGELOG.md index 616abcd3f..727d6f720 100644 --- a/unpackerr/CHANGELOG.md +++ b/unpackerr/CHANGELOG.md @@ -1,4 +1,7 @@ +## testing-9798402-466-linux-arm64-2022-09-17 (2022-09-17) +- Update to latest version from hotio/unpackerr + ## (08-10-2022) - Update to latest version from hotio/unpackerr - Changed upstream image to hotio diff --git a/unpackerr/Dockerfile b/unpackerr/Dockerfile index d968b75a8..2be85b36d 100644 --- a/unpackerr/Dockerfile +++ b/unpackerr/Dockerfile @@ -2,11 +2,11 @@ # ALEXBELGIUM'S DOCKERFILE # #============================# # _.------. -# _.-` ('>.-`"""-. +# _.-` ('>.-`"testing-9798402-466-linux-arm64-2022-09-17""-. # '.--'` _'` _ .--.) # -' '-.-';` ` # ' - _.' ``'--. -# '---` .-'""` +# '---` .-'"testing-9798402-466-linux-arm64-2022-09-17"` # /` #=== Home Assistant Addon ===# @@ -41,7 +41,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get && if ! command -v curl >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends curl || apk add --no-cache curl) >/dev/null; fi \ && apt-get update && apt-get install -yqq --no-install-recommends ca-certificates || apk add --no-cache ca-certificates >/dev/null || true \ && mkdir -p /etc/cont-init.d \ - && for scripts in $MODULES; do echo "$scripts" && curl -f -L -s -S "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/$scripts" -o /etc/cont-init.d/"$scripts" && [ "$(sed -n '/\/bin/p;q' /etc/cont-init.d/"$scripts")" != "" ] || (echo "script failed to install $scripts" && exit 1); done \ + && for scripts in $MODULES; do echo "$scripts" && curl -f -L -s -S "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/$scripts" -o /etc/cont-init.d/"$scripts" && [ "$(sed -n '/\/bin/p;q' /etc/cont-init.d/"$scripts")" != "testing-9798402-466-linux-arm64-2022-09-17" ] || (echo "script failed to install $scripts" && exit 1); done \ && chmod -R 755 /etc/cont-init.d || printf '%s\n' "${MODULES}" >/MODULESFILE #RUN if [ -f /etc/s6-overlay/s6-rc.d/init-adduser ]; then for SCRIPTS in /etc/cont-init.d/*; do [ -e "$SCRIPTS" ] || continue \ @@ -51,7 +51,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get # && chmod a+x /etc/s6-overlay/s6-rc.d/$SCRIPTSNAME/* ; done; fi # Manual apps -ARG PACKAGES="" +ARG PACKAGES="testing-9798402-466-linux-arm64-2022-09-17" # Automatic apps & bashio # hadolint ignore=SC2015 diff --git a/unpackerr/config.json b/unpackerr/config.json index 5fcb5d457..52f36ad58 100644 --- a/unpackerr/config.json +++ b/unpackerr/config.json @@ -60,5 +60,5 @@ "name": "Unpackerr", "slug": "unpackerr", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "" + "version": "testing-9798402-466-linux-arm64-2022-09-17" } diff --git a/unpackerr/updater.json b/unpackerr/updater.json index e5b5d9f27..d546a78fb 100644 --- a/unpackerr/updater.json +++ b/unpackerr/updater.json @@ -2,10 +2,10 @@ "dockerhub_by_date": "true", "dockerhub_list_size": "100", "github_beta": "true", - "last_update": "08-10-2022", + "last_update": "2022-09-17", "repository": "alexbelgium/hassio-addons", "slug": "unpackerr", "source": "dockerhub", "upstream_repo": "hotio/unpackerr", - "upstream_version": "" + "upstream_version": "testing-9798402-466-linux-arm64-2022-09-17" }