{"id":13618346,"url":"https://github.com/MNThomson/containerflare","last_synced_at":"2025-04-14T10:31:38.341Z","repository":{"id":65301908,"uuid":"560254643","full_name":"MNThomson/containerflare","owner":"MNThomson","description":"🔥 Cloudflare (Workers + R2) edge container image repository","archived":false,"fork":false,"pushed_at":"2024-07-05T17:54:04.000Z","size":380,"stargazers_count":75,"open_issues_count":6,"forks_count":11,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T07:51:24.492Z","etag":null,"topics":["cloudflare","cloudflare-d1","cloudflare-r2","cloudflare-workers","container","docker","docker-image","docker-registry"],"latest_commit_sha":null,"homepage":"https://cfcr.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MNThomson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-11-01T04:09:02.000Z","updated_at":"2025-03-20T07:13:36.000Z","dependencies_parsed_at":"2024-01-25T02:27:05.026Z","dependency_job_id":"6a4d0c25-67c6-45d3-ad5b-152a59fd6cf1","html_url":"https://github.com/MNThomson/containerflare","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/MNThomson%2Fcontainerflare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MNThomson%2Fcontainerflare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MNThomson%2Fcontainerflare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MNThomson%2Fcontainerflare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MNThomson","download_url":"https://codeload.github.com/MNThomson/containerflare/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248862671,"owners_count":21173855,"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":["cloudflare","cloudflare-d1","cloudflare-r2","cloudflare-workers","container","docker","docker-image","docker-registry"],"created_at":"2024-08-01T20:01:59.300Z","updated_at":"2025-04-14T10:31:37.945Z","avatar_url":"https://github.com/MNThomson.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003c!-- markdownlint-disable MD033 MD013 --\u003e\n\u003ch1 align=\"center\"\u003e\n    \u003ca href=\"https://github.com/MNThomson/containerflare\"\u003e\n        \u003cimg src=\"src/public/favicon.svg\" alt=\"Containerflare Logo\" width=\"100\"\u003e\n    \u003c/a\u003e\n    \u003cbr\u003e\n        ContainerFlare\n    \u003cbr\u003e\n\u003c/h1\u003e\n\u003ch4 align=\"center\"\u003e\n    Cloudflare container image repository\n\u003c/h4\u003e\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/MNThomson/containerflare/commits\"\u003e\n        \u003cimg\n            src=\"https://img.shields.io/github/last-commit/MNThomson/containerflare?style=for-the-badge\"\n            alt=\"Last GitHub Commit\"\n        \u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\u003c!-- markdownlint-enable --\u003e\n\n---\n\n\u003c!-- markdownlint-disable-next-line MD002 --\u003e\n\n## About\n\nA globally distributed, edge container image registry that leverages the power of Cloudflare's global network. Providing `docker pull`'s 3x faster than DockerHub, Containerflare offers a unique solution for developers looking to distribute their container images worldwide efficiently.\n\n## Features\n\n- **Global Distribution**: Utilize Cloudflare's vast network to pull container images from the edge, closest to where they are needed\n- **High Performance**: Experience speeds up to 3x faster than DockerHub, reducing the time it takes to download and deploy container images\n- **Built with Astro**: Containerflare is developed using the Astro web framework, ensuring a modern and efficient web application\n- **Cloudflare Pages Hosting**: By being hosted on Cloudflare Pages, Containerflare benefits from the additional speed and reliability inherent to the platform\n\n## Demo\n\nUse the publicly hosted instance at [cfcr.dev](https://cfcr.dev):\n\n```console\ndocker pull cfcr.dev/hello-world\n```\n\n## Development\n\nContainerflare can be run locally for either further development or customization.\n\n\u003e [!NOTE]\n\u003e **BEFORE** you run the following steps make sure:\n\u003e - You have Node installed locally on you machine\n\u003e - You have `docker` \u0026 `docker-compose` installed and running\n\n```shell\n# Clone the repository\ngit clone https://github.com/MNThomson/containerflare.git \u0026\u0026 cd containerflare\n\n# To start developing, run containerflare\nnpm start\n```\n\nThe development environment is now running and accesible at https://localhost:4321/\n\nTo benchmark the implementation:\n\n```shell\n# Build the empty container (so there is no docker cache effecting results)\ncd dev \u0026\u0026 make build\n\n# Run the empty container\nmake run\n\n# Within the container shell run the command to pull from the locally running containerflare instance\npull\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMNThomson%2Fcontainerflare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMNThomson%2Fcontainerflare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMNThomson%2Fcontainerflare/lists"}