mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-28 15:53:32 +02:00
build.json used the rolling ghcr.io/linuxserver/baseimage-selkies :*-debianbookworm tag, which LinuxServer rebuilds continuously (and which itself installs selkies "latest" at base-build time). The desktop/stream runtime could therefore change under the add-on with no change to its own files. Pin both architectures to the current version (45960cc3-ls113). The versioned tags resolve to exactly the image the rolling tag points at today (amd64 sha256:6a4d5154..., aarch64 sha256:90914dfd...), so this is a no-op for the current build but makes future builds reproducible; the base now only moves when this value is bumped deliberately. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014iAzC9599AaN45Ko6RXtSW
7 lines
209 B
JSON
7 lines
209 B
JSON
{
|
|
"build_from": {
|
|
"aarch64": "ghcr.io/linuxserver/baseimage-selkies:arm64v8-debianbookworm-45960cc3-ls113",
|
|
"amd64": "ghcr.io/linuxserver/baseimage-selkies:amd64-debianbookworm-45960cc3-ls113"
|
|
}
|
|
}
|