Sign inSign up

readystack/changedetection

By readystack

Updated 26 days ago

Image
0

1.3K

readystack/changedetection repository overview

changedetection.io

Docker Scout: Grade A Fixable Critical/High CVEs: 0 Signed: cosign

readystack/changedetection:0.55.7-CE-debian-bookworm-r1

A hardened, cosign-signed, offline-rebuildable build of github.com/dgtlmoon/changedetection.io 0.55.7 (Apache-2.0), built clean-room from official upstream source by ReadyStack.

What you get

  • Docker Scout Grade A — all 8 default policies pass, 0 fixable Critical/High.
  • Signed — cosign signature by the ReadyStack release key; verify with cosign verify --key <(curl -fsSL https://readystack.dev/keys/cosign.pub) readystack/changedetection:0.55.7-CE-debian-bookworm-r1.
  • Built from source, non-root, on the current toolchain.

Pulling

docker pull readystack/changedetection:0.55.7-CE-debian-bookworm-r1

Deployment

Single container. A Python (Flask) self-hosted web-page change-monitoring + notification service. State is JSON (changedetection.json/watch.json) + brotli history snapshots under /datastore — there is NO SQL database. The image IS the complete running instance (no external DB, no sidecar). The default html_requests fetcher uses plain HTTP requests; the optional playwright/selenium browser fetcher is intentionally excluded from this hermetic CE image (it would require an external browser sidecar).

docker run -d --name changedetection -p 5000:5000 -v changedetection-data:/datastore readystack/changedetection:0.55.7-CE-debian-bookworm-r1

The full ReadyStack Agent-ready Archive

The complete --network=none build kit to recreate this exact image yourself — plus admin/DB/API handbooks, seed data, a validated test suite, and signed provenance — is at readystack.dev/buy.html.

— ReadyStack · readystack.dev

Tag summary

Content type

Image

Digest

sha256:fd7cffbfb

Size

180.3 MB

Last updated

6 months ago

docker pull readystack/changedetection