Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/go-sigma/sigma
OCI-Native artifact manager
https://github.com/go-sigma/sigma
artifact distribution docker harbor kubernetes managerment oci
Last synced: about 2 months ago
JSON representation
OCI-Native artifact manager
- Host: GitHub
- URL: https://github.com/go-sigma/sigma
- Owner: go-sigma
- License: apache-2.0
- Created: 2022-09-05T14:40:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T06:24:55.000Z (8 months ago)
- Last Synced: 2024-04-18T05:20:46.601Z (8 months ago)
- Topics: artifact, distribution, docker, harbor, kubernetes, managerment, oci
- Language: Go
- Homepage: https://docs.sigma.tosone.cn
- Size: 13.3 MB
- Stars: 91
- Watchers: 5
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ops - go-sigma/sigma - 2.0|129|2022-09-05|2024-09-30 | Sigma是一个无痛自托管的一体化软件开发服务,它包括OCI构件管理器、垃圾回收、命名空间配额、多架构构件和OCI镜像构建。它类似于Harbor,但分发由其自身实现,所有服务都可以通过一个命令启动。 | (Docker-Tools)
README
sigma
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/go-sigma/sigma/test.yml?style=for-the-badge) ![Codecov](https://img.shields.io/codecov/c/github/go-sigma/sigma?style=for-the-badge) ![GitHub repo size](https://img.shields.io/github/repo-size/go-sigma/sigma?style=for-the-badge)
Sigma is an image registry that is extremely easy to deploy and maintain, and it adheres to the interface standards defined by the [OCI Distribution Specification 1.1](https://github.com/opencontainers/distribution-spec/tree/v1.1.0), it can also support any other client programs that follow the interface definition of the OCI Distribution Specification, such as [oras](https://github.com/oras-project/oras), [apptainer](https://github.com/apptainer/apptainer), [helm](https://github.com/helm/helm), and [nerdctl](https://github.com/containerd/nerdctl).
## Quick Start
Now you can use this command to run a simple server:
``` bash
docker run --name sigma -p 3000:3000 --rm tosone/sigma:nightly-alpine
```The default username and password is: sigma/Admin@123, if you want to modify the default password, please refer to the instructions provided [here](https://docs.sigma.tosone.cn/docs/configuration).
## Demo Server
It is deployed on an AWS EC2 instance (2C4G, 40G disk) running Debian 12.1 as the Linux distribution. The Docker version used is 25.0.3. The demo server was set up following these [instructions](https://github.com/go-sigma/demo-server).
Visit: , username/password: sigma/Admin@123
## Architecture
## Features
- [x] Support docker registry v2 protocol.
- [x] Support OCI Image v1 Format and OCI Image Index v1 Format.
- [x] Support OCI artifacts such as helm and so on.
- [x] Support OCI sbom.
- [x] Support Image security scan.
- [x] Support registry proxy.
- [x] Support Namespace quota.
- [x] Support Image automatic garbage collection.
- [x] Support Image sign.
- [x] Support Image build in docker, podman and kubernetes.
- [ ] Support Image replication.## Release Schedule
- There will be a major release in the middle and end of each year.
- A minor release is released at the beginning of each month.
- There will probably be a bugfix release in the middle of each week.## Alternatives
- [Distribution](https://distribution.github.io/distribution/)
- [Harbor](https://goharbor.io/)
- [zot](https://zotregistry.io/)