Skip to content

[BUG] Image hasn't been updated with latest releases #33

@raph521

Description

@raph521

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

There have been a few releases of changedetection.io within the last week, but the linuxserver image hasn't been updated.

It looks like CI is failing, possibly because the tag_name can't be found on this page:

# curl -L https://api.github.com/repos/dgtlmoon/changedetection.io/releases/latest/
{
  "message": "Not Found",
  "documentation_url": "https://docs.github.com/rest",
  "status": "404"
# curl --silent -L https://api.github.com/repos/dgtlmoon/changedetection.io/releases/latest/ | jq .tag_name
null

Not sure why that's giving a 404.

I see it works for other repos. For example:

# curl --silent -L https://api.github.com/repos/sonarr/sonarr/releases/latest | jq .tag_name
"v4.0.16.2944"

Expected Behavior

I'd expect the version of changedetection:latest to be 0.53.3

Steps To Reproduce

See version of 0.52.9 below:

# docker run --rm lscr.io/linuxserver/changedetection.io:latest
[migrations] started
[migrations] no migrations found
^Cusermod: no changes
───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝

   Brought to you by linuxserver.io
───────────────────────────────────────

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    911
User GID:    911
───────────────────────────────────────
Linuxserver.io version: 0.52.9-ls264
Build-date: 2026-02-11T11:40:32+00:00
───────────────────────────────────────

Environment

- OS: Unraid
- How docker service was installed: included in Unraid

CPU architecture

x86-64

Docker creation

docker run --rm lscr.io/linuxserver/changedetection.io:latest

Container logs

[migrations] started
[migrations] no migrations found
^Cusermod: no changes
───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝

   Brought to you by linuxserver.io
───────────────────────────────────────

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    911
User GID:    911
───────────────────────────────────────
Linuxserver.io version: 0.52.9-ls264
Build-date: 2026-02-11T11:40:32+00:00
───────────────────────────────────────

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions