Updater bot : portainer_agent updated to alpine-sts

This commit is contained in:
alexbelgium
2025-12-24 08:34:58 +01:00
parent 4a2de7ead7
commit e2e29a8a06
4 changed files with 11 additions and 8 deletions

View File

@@ -1,4 +1,7 @@
## alpine-sts (24-12-2025)
- Update to latest version from portainer/agent
## (23-12-2025) ## (23-12-2025)
- Update to latest version from portainer/agent - 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 - 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

View File

@@ -2,11 +2,11 @@
# ALEXBELGIUM'S DOCKERFILE # # ALEXBELGIUM'S DOCKERFILE #
#============================# #============================#
# _.------. # _.------.
# _.-` ('>.-`"""-. # _.-` ('>.-`"alpine-sts""-.
# '.--'` _'` _ .--.) # '.--'` _'` _ .--.)
# -' '-.-';` ` # -' '-.-';` `
# ' - _.' ``'--. # ' - _.' ``'--.
# '---` .-'""` # '---` .-'"alpine-sts"`
# /` # /`
#=== Home Assistant Addon ===# #=== Home Assistant Addon ===#
@@ -19,7 +19,7 @@ ARG BUILD_FROM
# Get agent # Get agent
FROM portainer/agent:alpine as original_agent FROM portainer/agent:alpine as original_agent
ENV PORTAINER_AGENT_ARGS="" ENV PORTAINER_AGENT_ARGS="alpine-sts"
# Build using base # Build using base
FROM $BUILD_FROM FROM $BUILD_FROM
@@ -139,8 +139,8 @@ RUN \
mv /etc/nginx/nginx.conf.new /etc/nginx/nginx.conf; \ mv /etc/nginx/nginx.conf.new /etc/nginx/nginx.conf; \
fi fi
ENV HEALTH_PORT="" \ ENV HEALTH_PORT="alpine-sts" \
HEALTH_URL="" HEALTH_URL="alpine-sts"
HEALTHCHECK \ HEALTHCHECK \
--interval=5s \ --interval=5s \
--retries=5 \ --retries=5 \

View File

@@ -41,4 +41,4 @@ schema:
slug: portainer_agent slug: portainer_agent
udev: true udev: true
url: https://github.com/alexbelgium/hassio-addons url: https://github.com/alexbelgium/hassio-addons
version: "" version: "alpine-sts"

View File

@@ -1,9 +1,9 @@
{ {
"github_tagfilter": "alpine", "github_tagfilter": "alpine",
"last_update": "23-12-2025", "last_update": "24-12-2025",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "portainer_agent", "slug": "portainer_agent",
"source": "dockerhub", "source": "dockerhub",
"upstream_repo": "portainer/agent", "upstream_repo": "portainer/agent",
"upstream_version": "" "upstream_version": "alpine-sts"
} }