Skip to content

Commit

Permalink
✨ Remove lfs files (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
tosone authored Oct 27, 2023
1 parent 1dd621d commit 4e9b79f
Show file tree
Hide file tree
Showing 44 changed files with 11,887 additions and 72 deletions.
40 changes: 0 additions & 40 deletions .gitattributes

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
provenance: false
sbom: false
cache-from: type=registry,ref=ghcr.io/${{ github.repository }}:build-cache-alpine
cache-to: type=registry,ref=ghcr.io/${{ github.repository }}:build-cache-alpine,mode=max
# cache-from: type=registry,ref=ghcr.io/${{ github.repository }}:build-cache-alpine
# cache-to: type=registry,ref=ghcr.io/${{ github.repository }}:build-cache-alpine,mode=max
image-build-debian:
name: image-build-debian
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -120,8 +120,8 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
provenance: false
sbom: false
cache-from: type=registry,ref=ghcr.io/${{ github.repository }}:build-cache-debian
cache-to: type=registry,ref=ghcr.io/${{ github.repository }}:build-cache-debian,mode=max
# cache-from: type=registry,ref=ghcr.io/${{ github.repository }}:build-cache-debian
# cache-to: type=registry,ref=ghcr.io/${{ github.repository }}:build-cache-debian,mode=max
image-build-builder:
name: image-build-builder
runs-on: ubuntu-22.04
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

![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)

Yet another OCI artifact manager. [Harbor](https://goharbor.io/) is a great product, but it's not easy to use, it is so complex. So I want to make a simple artifact manager, it never depends on [distribution](https://github.com/distribution/distribution) like [harbor](https://goharbor.io/).
Yet another OCI artifact manager. [Harbor](https://goharbor.io/) is a great product, but it's not easy to use, it is so complex. So I want to make a simple artifact manager, that never depends on [distribution](https://github.com/distribution/distribution) like [harbor](https://goharbor.io/).

## Demo Server

Runs on aws ec2 (2C2G, Disk 20G), Linux distribution is Debian 12.1, Docker version 24.0.6.
It runs on AWS ec2 (2C2G, Disk 20G), Linux distribution is Debian 12.1, Docker version 24.0.6.

``` sh
# Install Docker from get.docker.com
Expand All @@ -34,7 +34,7 @@ I will periodically reboot the container, and since the container doesn't have a

## Architecture

Wait for me to complete draw the architecture.
I was hoping you could wait for me to finish drawing the architecture.

## Quick Start

Expand All @@ -49,7 +49,7 @@ cd web && yarn && yarn build && cd .. && make build && ./scripts/run_all.sh

- [x] Support docker registry v2 protocol.
- [x] Support OCI Image v1 Format and OCI Image Index v1 Format.
- [x] Support OCI artifact such as helm and so on.
- [x] Support OCI artifacts such as helm and so on.
- [x] Support OCI sbom.
- [x] Support Image security scan.
- [x] Support registry proxy.
Expand Down
Binary file modified assets/sigma-low.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5,752 changes: 5,749 additions & 3 deletions assets/sigma.ai

Large diffs are not rendered by default.

Binary file modified assets/sigma.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 7 additions & 3 deletions assets/sigma.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4e9b79f

Please sign in to comment.