OpenRegistry icon indicating copy to clipboard operation
OpenRegistry copied to clipboard

OpenRegistry - A decentralised container registry fully compliant with OCI Distribution Specification

Results 33 OpenRegistry issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/ipfs/kubo](https://github.com/ipfs/kubo) from 0.27.0 to 0.28.0. Release notes Sourced from github.com/ipfs/kubo's releases. v0.28.0 💬 Discuss 🔦 Highlights RPC client: removed deprecated DHT API Gateway: /api/v0 is removed Removed deprecated Object...

dependencies
go.mod

### Motivation & Context: _reason/motivation behind the PR, context of what problem it solves_ _This PR solves the issue #issue_ ### Description: _describe the change briefly_ ### Types of Changes:...

### Motivation & Context: _reason/motivation behind the PR, context of what problem it solves_ _This PR solves the issue #issue_ ### Description: _describe the change briefly_ ### Types of Changes:...

## Description OCI Distribution Spec recently got new additions regarding adding extensions. We already have implemented `_catalog` extension but now we have support for a model, which allows extending functionality...

enhancement
needs-triage

A container vulnerability scanning service would really compliment OpenRegistry. It really helps to have such service and an option to toggle it on/off. This service can use an existing tool,...

enhancement
P1

**Is your feature request related to a problem? Please describe.** For Github App Integration, we only have API's to list repositories and progress to setup build with selected repository. There...

enhancement

### Motivation & Context: This PR fixes #306. We should test all the supported storage providers with Pull Requests. This ensures that storage providers are always supported and nothing is...

P3
CI
github_actions

- Added auth/Accesscontroller necessary for enabling different auth methods like Oauth - Work in progress, not to be merged Signed-off-by: guacamole

P1

**Describe the bug** When we push a container image, it's logically split into multiple paths inside an S3 bucket. Eg, for user `johndoe` pushing `johndoe/test` image, this is how we...

bug