This package wraps the LinuxServer changedetection.io container image published to lscr.io/linuxserver/changedetection.io. The application inside the image is upstream changedetection.io.
-
changedetection.io application (dgtlmoon/changedetection.io) - fetch the latest stable release tag:
gh release view -R dgtlmoon/changedetection.io --json tagName -q .tagName
-
LinuxServer image (linuxserver/docker-changedetection.io) - confirm the latest LinuxServer release tag exists as a multi-arch image tag:
docker buildx imagetools inspect lscr.io/linuxserver/changedetection.io:<image tag>
The current pin lives in
startos/manifest/index.tsatimages.main.source.dockerTag(the tag after the:inlscr.io/linuxserver/changedetection.io:<image tag>).
- Bump
dockerTaginstartos/manifest/index.tstolscr.io/linuxserver/changedetection.io:<new image tag>. - Update
versioninstartos/versions/current.tsto<app version>:0for an upstream application bump. Increment the downstream revision when the LinuxServer image changes without an upstream application version change. - Confirm the image still publishes both StartOS-supported architectures listed in
startos/manifest/index.ts.