Updater bot : unpackerr updated to testing-abb5d4e-2022-09-21

This commit is contained in:
alexbelgium
2022-10-08 19:21:56 +02:00
parent 9e967c3f26
commit a8aa196518
4 changed files with 10 additions and 7 deletions

View File

@@ -1,4 +1,7 @@
## testing-abb5d4e-2022-09-21 (2022-09-21)
- Update to latest version from hotio/unpackerr
## testing-9798402-466-linux-arm64-2022-09-17 (2022-09-17)
- Update to latest version from hotio/unpackerr

View File

@@ -2,11 +2,11 @@
# ALEXBELGIUM'S DOCKERFILE #
#============================#
# _.------.
# _.-` ('>.-`"testing-9798402-466-linux-arm64-2022-09-17""-.
# _.-` ('>.-`"testing-abb5d4e-2022-09-21""-.
# '.--'` _'` _ .--.)
# -' '-.-';` `
# ' - _.' ``'--.
# '---` .-'"testing-9798402-466-linux-arm64-2022-09-17"`
# '---` .-'"testing-abb5d4e-2022-09-21"`
# /`
#=== 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")" != "testing-9798402-466-linux-arm64-2022-09-17" ] || (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-abb5d4e-2022-09-21" ] || (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="testing-9798402-466-linux-arm64-2022-09-17"
ARG PACKAGES="testing-abb5d4e-2022-09-21"
# Automatic apps & bashio
# hadolint ignore=SC2015

View File

@@ -60,5 +60,5 @@
"name": "Unpackerr",
"slug": "unpackerr",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "testing-9798402-466-linux-arm64-2022-09-17"
"version": "testing-abb5d4e-2022-09-21"
}

View File

@@ -2,10 +2,10 @@
"dockerhub_by_date": "true",
"dockerhub_list_size": "10",
"github_beta": "true",
"last_update": "2022-09-17",
"last_update": "2022-09-21",
"repository": "alexbelgium/hassio-addons",
"slug": "unpackerr",
"source": "dockerhub",
"upstream_repo": "hotio/unpackerr",
"upstream_version": "testing-9798402-466-linux-arm64-2022-09-17"
"upstream_version": "testing-abb5d4e-2022-09-21"
}