{"id":13892974,"url":"https://github.com/ryanfb/docker_diffengine","last_synced_at":"2025-07-15T12:08:44.633Z","repository":{"id":66473459,"uuid":"148533941","full_name":"ryanfb/docker_diffengine","owner":"ryanfb","description":"Dockerfile for diffengine","archived":false,"fork":false,"pushed_at":"2019-08-27T15:05:28.000Z","size":17,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-24T20:39:19.324Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/ryanfb/diffengine","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ryanfb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-12T19:52:41.000Z","updated_at":"2021-02-02T13:09:37.000Z","dependencies_parsed_at":"2023-06-01T11:45:58.571Z","dependency_job_id":null,"html_url":"https://github.com/ryanfb/docker_diffengine","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ryanfb/docker_diffengine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanfb%2Fdocker_diffengine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanfb%2Fdocker_diffengine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanfb%2Fdocker_diffengine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanfb%2Fdocker_diffengine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryanfb","download_url":"https://codeload.github.com/ryanfb/docker_diffengine/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanfb%2Fdocker_diffengine/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260515090,"owners_count":23020618,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-06T17:01:21.739Z","updated_at":"2025-07-15T12:08:44.616Z","avatar_url":"https://github.com/ryanfb.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# docker_diffengine\n\n## Supported Tags\n\n  * `latest`: x86\n  * `arm64v8`: compatible with Raspberry Pi 4 64-bit builds\n  * `arm32v7`: compatible with Raspberry Pi 2, 3, \u0026 4 32-bit builds\n  * `arm32v5`: compatible with Raspberry Pi 1, 2, 3, \u0026 4 32-bit builds\n\n## Description\n\nThis is a Docker image for running [`diffengine`](https://github.com/docnow/diffengine) instances.\n\nIt uses a `cron` job set to run `run-diffengine.sh` every minute - this script in turn uses `flock` and `timeout` to obtain an exclusive lock and only run diffengine for the time specified by the `DIFFENGINE_TIMEOUT` environment variable (default `1h` = 1 hour). Basically this ensures there will always be one (and only one) `diffengine` instance running per container, with each `diffengine` instance running no longer than `DIFFENGINE_TIMEOUT`.\n\nIt uses a host-mapped data volume at `/diffengine` to store and persist the `diffengine` configuration and data.\n\nPhantomJS should be installed and available at `/usr/local/bin/phantomjs`.\n\nRun the initial configuration with:\n\n    docker run -ti -v /path/to/diffengine/directory:/diffengine ryanfb/diffengine diffengine /diffengine\n\n\nRun a configured instance as a daemon with the following (or change `-d` back to `-ti` for an interactive run):\n\n    docker run -d -v /path/to/diffengine/directory:/diffengine ryanfb/diffengine\n\n\nOr override `DIFFENGINE_TIMEOUT` with e.g.:\n\n    docker run -d -v /path/to/diffengine/directory:/diffengine -e DIFFENGINE_TIMEOUT=2h ryanfb/diffengine\n\nYou can also set the `CRON_SCHEDULE` environment variable to specify a custom [cron schedule expression](https://crontab.guru/) for how frequently you want `diffengine` to be run (default: `* * * * *`, i.e. every minute).\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanfb%2Fdocker_diffengine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryanfb%2Fdocker_diffengine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanfb%2Fdocker_diffengine/lists"}