You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
1
# Reverse registry
2
2
3
-
This is Chainguard reverse registry that redirect to Chainguard's `cgr.dev/chainguard/*` public registry. The public, free tier of Chainguard Images only serves `latest` tag. This could be of inconvenience so we wrote this reverse registry to continously watching Chainguard registry for digest changes and extract the package version via SBOM. We then tag the image according with the packaged software version and serve via this reverse registry.
3
+
[](https://deploy.cloud.run)
4
+
5
+
This is a Chainguard reverse registry that redirect to Chainguard's `cgr.dev/chainguard/*` public registry. The public, free tier of Chainguard Images only serves `latest` tag. This could be of inconvenience so we wrote this reverse registry to continously watching Chainguard registry for digest changes and extract the package version via SBOM. We then tag the image according with the packaged software version and serve via this reverse registry.
4
6
5
7
By default, in-mem sqlite is used but MySQL is recommended for production setup.
6
8
## Usage
7
9
8
-
To be update
9
-
10
-
How to run this locally/production.
10
+
```bash
11
+
go run main.go server --config=config.yaml
12
+
```
11
13
## How it works
12
14
13
-
Just an example. Need to update this accordingly.
14
-
15
15
```mermaid
16
16
sequenceDiagram
17
17
autonumber
@@ -33,7 +33,3 @@ end
33
33
RR->>CG: Proxied every other APIs
34
34
35
35
```
36
-
37
-
## Deploy with Cloud Run
38
-
39
-
[](https://deploy.cloud.run)
0 commit comments