A container registry that uses the AT Protocol for manifest storage and S3 for blob storage.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

need to now go generate for the spdx json

+1
+1
Dockerfile.appview
··· 11 11 12 12 COPY . . 13 13 14 + RUN go generate ./... 14 15 RUN CGO_ENABLED=1 go build \ 15 16 -ldflags="-s -w -linkmode external -extldflags '-static'" \ 16 17 -tags sqlite_omit_load_extension \