2 Commits

Author SHA1 Message Date
Dan Brodjieski
5b5cda21c8 fix: compare update check against the running image's own tag
entrypoint.sh always checked ghcr's :latest manifest for a newer
build, so non-main images (e.g. dev_27) incorrectly reported an
update available since their SHA never matches main's latest. Bake
the image's tag in at build time and check against that tag instead.
2026-07-16 16:42:58 -04:00
Dan Brodjieski
5a4772b29a chore: updates to container build
add entrypoint that will check if latest container and alert the user if a new one is available

move container support files from project root
2026-07-02 13:24:43 -04:00