{"id":16926251,"url":"https://github.com/databus23/concourse-feed-resource","last_synced_at":"2026-05-17T22:33:40.272Z","repository":{"id":145455555,"uuid":"67583810","full_name":"databus23/concourse-feed-resource","owner":"databus23","description":"Concourse CI resource for checking rss feeds","archived":false,"fork":false,"pushed_at":"2020-09-22T15:28:49.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-25T22:35:01.661Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/databus23.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":"2016-09-07T07:39:51.000Z","updated_at":"2020-09-22T15:28:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"a6428a37-9c85-45f3-ab2c-b2719181e800","html_url":"https://github.com/databus23/concourse-feed-resource","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/databus23%2Fconcourse-feed-resource","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/databus23%2Fconcourse-feed-resource/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/databus23%2Fconcourse-feed-resource/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/databus23%2Fconcourse-feed-resource/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/databus23","download_url":"https://codeload.github.com/databus23/concourse-feed-resource/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244722657,"owners_count":20499153,"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-10-13T20:29:25.699Z","updated_at":"2026-05-17T22:33:35.250Z","avatar_url":"https://github.com/databus23.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Concourse RSS feed resource\n===========================\nThis resource tracks an RSS feed. it can be used to trigger a pipeline whenever a new entry is added to the rss feed.\n\n## Source Configuration\n * `feed`: The feed url which should be checked (RSS or ATOM)\n\n## Behavior\n\n### `check`: Check for new feed entries.\n\nThe latest entry from the RSS feed is fetched\n\n\n### `in`: Fetch an entry from the feed.\n\nPulls down the repository image by the requested digest.\n\nThe following files will be placed in the destination:\n\n* `/id`: The id of the feed entry\n* `/title`: The titleof the feed entry\n\n\n\n### `out`: Push an image, or build and push a `Dockerfile`.\n\nNot implemented\n\n\n## Example\n```\njobs:\n  - name: feed-update\n    plan:\n    \t- get: rails-version\n    \t- task: do-something\n    \t  ...\n\nresource:\n  - name: rails-version\n    type: feed\n    check_every: 30m\n    source:\n      feed: https://rubygems.org/gems/rails/versions.atom\t\n\nresource_types:\n  - name: feed\n    type: docker-image\n    source:\n      repository: databus23/concourse-feed-resource\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatabus23%2Fconcourse-feed-resource","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatabus23%2Fconcourse-feed-resource","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatabus23%2Fconcourse-feed-resource/lists"}