mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-24 22:03:32 +02:00
* fix(ente): base image moved to ghcr.io/ente/server Upstream renamed the GitHub org ente-io -> ente. github.com redirects, so the web-builder clone still worked, but GHCR does not redirect: the base image ghcr.io/ente-io/server:latest now resolves to 'not found' and every rebuild failed (run 31227202542). Points the base image and the web source clone at the new org, and lands the 4.4.25 bump the updater bot had reverted by the same failure. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> * fix(ente): sync build.json and README to the renamed org, tidy changelog build.json still pinned ghcr.io/ente-io/server:927c6a31... — a dead reference after the org rename (the pinned digest does resolve under ente/server, verified 200 from the registry). It is inert today since this Dockerfile hardcodes its FROM rather than consuming ARG BUILD_FROM, but leaving a dead ref there is a trap for the next person. Also repoints the two README links and matches the changelog date format to the surrounding entries. Reported by Copilot on PR #2946. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
7 lines
181 B
JSON
7 lines
181 B
JSON
{
|
|
"build_from": {
|
|
"aarch64": "ghcr.io/ente/server:927c6a316f181c7901446311f0085593b346b336",
|
|
"amd64": "ghcr.io/ente/server:927c6a316f181c7901446311f0085593b346b336"
|
|
}
|
|
}
|