fix: Restore Portainer Agent build and image source - Fix circular dependency

Restores official Portainer Agent image source (ghcr.io/portainerci/agent:latest)
in COPY --from statements. Previous code review feedback inadvertently introduced
a circular dependency that prevents Docker builds.

This fixes Issue #2318 where users cannot update due to 404 manifest unknown error.

Closes #2318
This commit is contained in:
Sophie
2025-12-30 10:19:01 +01:00
parent fdfe3070d2
commit 4a75b76a19
2 changed files with 6 additions and 8 deletions

View File

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