Install the crane CLI for the requested version. Attempts to fetch pre-built binaries from the GitHub releases page, or builds from source if a build version is not found.
See action.yml
- uses: reconcilerio/install-crane-action@v1
with:
# Optional version.
# The crane version to install. Resolved as a reference in the github.com/google/go-containerregistry module.
# Default: 'latest'
version: ''Basic:
steps:
- uses: reconcilerio/install-crane-action@v1
- run: crane ls ubuntuWhen building from source, an appropriate go toolchain is required. If unsure, favor a more recent toolchain version.
The reconciler.io projects follow the Contributor Covenant Code of Conduct. In short, be kind and treat others with respect.
General discussion and questions about the project can occur either on the Kubernetes Slack #reconcilerio channel, or in the project's GitHub discussions. Use the channel you find most comfortable.
The reconciler.io wa8s project team welcomes contributions from the community. A contributor license agreement (CLA) is not required. You own full rights to your contribution and agree to license the work to the community under the Apache License v2.0, via a Developer Certificate of Origin (DCO). For more detailed information, refer to CONTRIBUTING.md.
Apache License v2.0: see LICENSE for details.