Portainer Agent: use alpine-sts upstream image (#3011)

* fix(portainer-agent): use alpine-sts upstream image

* fix(portainer-agent): align STS updater versioning
This commit is contained in:
hugoo ༄ ˚。⋆★
2026-08-23 18:44:19 +02:00
committed by GitHub
parent 9204b31af8
commit f70fbe9705
4 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
## 2.44.0 (2026-08-23)
- Fix: Use `portainer/agent:alpine-sts` to match the STS release channel configured in `updater.json`
- Fix: Align add-on versioning with Portainer STS releases
## 2025.12.7 (2026-08-23)
- Fix: Docker reported the addon as `unhealthy` in Portainer. The healthcheck script could never run because its shebang required the s6-overlay environment, which this addon's entrypoint does not set up (https://github.com/alexbelgium/hassio-addons/issues/3002)

View File

@@ -18,7 +18,7 @@
ARG BUILD_FROM
# Get agent
FROM portainer/agent:alpine as original_agent
FROM portainer/agent:alpine-sts as original_agent
ENV PORTAINER_AGENT_ARGS=""
# Build using base

View File

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

View File

@@ -1,6 +1,6 @@
{
"github_tagfilter": "alpine",
"last_update": "24-12-2025",
"github_tagfilter": "sts",
"last_update": "23-08-2026",
"repository": "alexbelgium/hassio-addons",
"slug": "portainer_agent",
"source": "dockerhub",