mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 18:01:03 +01:00
Updater bot : unpackerr updated to testing-9798402-466-linux-arm64-2022-09-17
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user