Sigma is a painless self-hosted all-in-one software development service, it includes OCI artifact manager, garbage collection, namespace quota, multi-arch artifact, OCI image build. It is similar to Harbor, but distribution is implemented by itself, all of the services can be startup with one command.
Note
Visit demo: https://sigma.tosone.cn/, username/password: sigma/Admin@123
Or you can run this command then got a simple Sigma service: docker run --name sigma -p 3000:3000 ccr.ccs.tencentyun.com/go-sigma/sigma:nightly-alpine
, login with username/password: sigma/Admin@123.
v1.3.0 (2024-06-11)
Features
- Push image to tcr (#371)
- Push image to acr (#370)
- Upgrade aws s3 v2 (#369)
- Login on enter key down (#367)
- Add icon on login page (#366)
Docs
- Update changelog (#365)