mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 09:21:03 +01:00
Updater bot : portainer_agent updated to alpine-sts
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
|
||||
## alpine-sts (24-12-2025)
|
||||
- Update to latest version from portainer/agent
|
||||
|
||||
## (23-12-2025)
|
||||
- Update to latest version from portainer/agent
|
||||
- The Home Assistant project has deprecated support for the armv7, armhf and i386 architectures. Support wil be fully dropped in the upcoming Home Assistant 2025.12 release
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
# ALEXBELGIUM'S DOCKERFILE #
|
||||
#============================#
|
||||
# _.------.
|
||||
# _.-` ('>.-`"""-.
|
||||
# _.-` ('>.-`"alpine-sts""-.
|
||||
# '.--'` _'` _ .--.)
|
||||
# -' '-.-';` `
|
||||
# ' - _.' ``'--.
|
||||
# '---` .-'""`
|
||||
# '---` .-'"alpine-sts"`
|
||||
# /`
|
||||
#=== Home Assistant Addon ===#
|
||||
|
||||
@@ -19,7 +19,7 @@ ARG BUILD_FROM
|
||||
|
||||
# Get agent
|
||||
FROM portainer/agent:alpine as original_agent
|
||||
ENV PORTAINER_AGENT_ARGS=""
|
||||
ENV PORTAINER_AGENT_ARGS="alpine-sts"
|
||||
|
||||
# Build using base
|
||||
FROM $BUILD_FROM
|
||||
@@ -139,8 +139,8 @@ RUN \
|
||||
mv /etc/nginx/nginx.conf.new /etc/nginx/nginx.conf; \
|
||||
fi
|
||||
|
||||
ENV HEALTH_PORT="" \
|
||||
HEALTH_URL=""
|
||||
ENV HEALTH_PORT="alpine-sts" \
|
||||
HEALTH_URL="alpine-sts"
|
||||
HEALTHCHECK \
|
||||
--interval=5s \
|
||||
--retries=5 \
|
||||
|
||||
@@ -41,4 +41,4 @@ schema:
|
||||
slug: portainer_agent
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: ""
|
||||
version: "alpine-sts"
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"github_tagfilter": "alpine",
|
||||
"last_update": "23-12-2025",
|
||||
"last_update": "24-12-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "portainer_agent",
|
||||
"source": "dockerhub",
|
||||
"upstream_repo": "portainer/agent",
|
||||
"upstream_version": ""
|
||||
"upstream_version": "alpine-sts"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user