{"id":17617379,"url":"https://github.com/containerish/openregistry","last_synced_at":"2025-04-05T15:05:33.662Z","repository":{"id":38258163,"uuid":"372836009","full_name":"containerish/OpenRegistry","owner":"containerish","description":"OpenRegistry -  A decentralised container registry fully compliant with OCI Distribution Specification","archived":false,"fork":false,"pushed_at":"2024-10-25T02:23:17.000Z","size":14737,"stargazers_count":62,"open_issues_count":36,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-29T20:24:35.704Z","etag":null,"topics":["container","container-registry","docker","oci-distribution","openregistry"],"latest_commit_sha":null,"homepage":"https://openregistry.dev","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/containerish.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE-APACHE-2.0","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-01T13:16:12.000Z","updated_at":"2024-10-13T06:19:09.000Z","dependencies_parsed_at":"2023-02-07T02:15:40.566Z","dependency_job_id":"fa2b8bcf-2cb9-4235-900c-9263ad375994","html_url":"https://github.com/containerish/OpenRegistry","commit_stats":{"total_commits":703,"total_committers":5,"mean_commits":140.6,"dds":0.4992887624466572,"last_synced_commit":"c63a5d81b4f973887b7db39b5ea5f64adb15abc2"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containerish%2FOpenRegistry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containerish%2FOpenRegistry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containerish%2FOpenRegistry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containerish%2FOpenRegistry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/containerish","download_url":"https://codeload.github.com/containerish/OpenRegistry/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247353731,"owners_count":20925329,"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":["container","container-registry","docker","oci-distribution","openregistry"],"created_at":"2024-10-22T19:13:14.790Z","updated_at":"2025-04-05T15:05:33.623Z","avatar_url":"https://github.com/containerish.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenRegistry - An open, decentralized, and reliable Container Registry\r\n\r\n## Checks and Badges\r\n\r\n| Type | Status |\r\n|------|--------|\r\n| OCI - Push | [![OCI Push](https://github.com/containerish/openregistry/actions/workflows/oci-dist-spec-push.yml/badge.svg?branch=main)](https://github.com/containerish/openregistry/actions/workflows/oci-dist-spec-push.yml)|\r\n| OCI - Pull | [![OCI Pull](https://github.com/containerish/openregistry/actions/workflows/oci-dist-spec-pull.yml/badge.svg?branch=main)](https://github.com/containerish/openregistry/actions/workflows/oci-dist-spec-pull.yml)|\r\n| OCI - Content Management | [![OCI Content Management](https://github.com/containerish/openregistry/actions/workflows/oci-dist-spec-content-management.yml/badge.svg?branch=main)](https://github.com/containerish/openregistry/actions/workflows/oci-dist-spec-content-management.yml)|\r\n| OCI - Content Discovery | [![OCI Content Discovery](https://github.com/containerish/openregistry/actions/workflows/oci-dist-spec-content-discovery.yml/badge.svg?branch=main)](https://github.com/containerish/openregistry/actions/workflows/oci-dist-spec-content-discovery.yml)|\r\n| Linter | [![OCI Push](https://github.com/containerish/openregistry/actions/workflows/golangci-lint.yml/badge.svg?branch=main)](https://github.com/containerish/openregistry/actions/workflows/golangci-lint.yml)|\r\n| CodeQL | [![CodeQL](https://github.com/containerish/OpenRegistry/actions/workflows/codeql-analysis.yml/badge.svg?branch=main)](https://github.com/containerish/OpenRegistry/actions/workflows/codeql-analysis.yml)|\r\n| Freshping | \u003ca href=\"http://freshworks.com/website-monitoring?utm_source=status_badge\u0026utm_medium=status_badge\" target=\"_blank\"\u003e\u003cimg src=\"https://statuspage.freshping.io/badge/91e4eb06-289b-4b4c-8beb-a0e5804959f4?0.56759354585684\"/\u003e \u003c/a\u003e|\r\n| Certifications | \u003ca href=\"https://conformance.opencontainers.org/#openregistry\" alt=\"OpenRegistry on OpenContainers\" target=\"_blank\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/opencontainers/artwork/main/certified/oci_certified_color.svg\" width=80 /\u003e\u003ca/\u003e |\r\n\r\n\u003e Disclaimer: Please refrain from using the **main** branch to run OpenRegistry in Production. The branch is highly experimental and not stable for Production use. Please only use the [released versions](https://github.com/containerish/OpenRegistry/releases) \r\n\r\n## Introduction\r\nOpenRegistry is an open source, decentralized container registry which is fully compliant with [OCI Container Distribution Specification](https://github.com/opencontainers/distribution-spec/blob/main/spec.md).\r\nThe specification provides similar capabilities as that of the Docker Registry HTTP API V2 protocol.\r\n\r\n## Why OpenRegistry?\r\nFor the longest time, we have relied on DockerHub to host and distribute our container images (both private and public). OpenRegistry tries to provide a decentralized alternative to that by running a community driven container registry, for People by People.\r\n\r\nOpenRegitry uses [Akash Network](https://akash.network) as it's compute layer and IPFS, Filebase, or Storj for storage. Since AkashNetwork provides a spot like compute market, fault tolerance, Scalability and Resiliency are our priorities from day one.\r\n\t\r\n## Getting Started\r\nWorking with OpenRegistry is no different than working with any other container registry. Following are the steps to get started:\r\n\r\n### Sign-up: \r\nHead over to [Parachute by OpenRegistry](https://parachute.openregistry.dev) and sign yourself up. The sign process is essential as pushing to container repositories is a restricted operation and requires proper authorization.\r\n\u003e Currently we're only accepting registrations for a closed Beta program, Kindly register for Beta [here](https://parachute.openregistry.dev)\r\n\r\n### Push an Image:\r\nWhen using Docker CLI, the images are pushed to DockerHub by default. For Pushing images to OpenRegistry instead, follow the below steps:\r\n* change the name of your image, e.g if you have an image named janedoe/alpine:latest, change it like so:\r\n```bash\r\ndocker tag janedoe/alpine:latest openregistry.dev/janedoe/alipne:latest\r\ndocker push openregistry.dev/janedoe/alpine:latest\r\n```\r\n\r\n### Pull an Image:\r\nAssuming you've pushed an image using the above method:\r\n```bash\r\ndocker pull openregistry.dev/janedoe/alpine:latest\r\n```\r\n\r\n### How to Run this project locally:\r\n\r\nIf you'd like to run OpenRegistry locally or contribute a change/feature/bug fix or code changes, please follow this\r\nguide on [how to set it up for Development](./docs/contributing/development-environment-setup.md)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontainerish%2Fopenregistry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcontainerish%2Fopenregistry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontainerish%2Fopenregistry/lists"}