-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wrap kusari-uploader to provide ingestion capability
Signed-off-by: Sunny Yip <[email protected]>
- Loading branch information
Showing
6 changed files
with
34 additions
and
936 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,2 @@ | ||
# FROM cgr.dev/chainguard/go AS builder | ||
# COPY . /app | ||
# RUN cd /app && go build -o guac-github-action . | ||
|
||
# FROM cgr.dev/chainguard/glibc-dynamic | ||
# COPY --from=builder /app/guac-github-action /usr/bin/ | ||
# ENTRYPOINT ["/usr/bin/guac-github-action"] | ||
|
||
FROM ghcr.io/kusaridev/kusari-uploader:latest | ||
#v0.7.2 | ||
FROM ghcr.io/kusaridev/kusari-uploader@sha256:52bcbf878fe8fd8827b7a61185c3f6b58ff37016608406a900ba4646d25cee6e |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.