| |
Frizbee
Frizbee is a tool you may throw a tag at and it comes back with a checksum.
It's a command-line tool designed to provide checksums for GitHub Actions and container images based on tags.
It also includes a set of libraries for working with tags and checksums.
Frizbee is available as a GitHub Action: frizbee-action
Table of Contents
Installation
To install Frizbee, you can use the following methods:
# Using Go go install github.com/stacklok/[email protected] # add the path to your .bashrc export PATH= $PATH : $( go env GOPATH ) /bin # Using Homebrew brew install frizbee # Using winget winget install stacklok.frizbee
... continue reading