Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install-crane action

CI

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.

Usage

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 ubuntu

When building from source, an appropriate go toolchain is required. If unsure, favor a more recent toolchain version.

Community

Code of Conduct

The reconciler.io projects follow the Contributor Covenant Code of Conduct. In short, be kind and treat others with respect.

Communication

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.

Contributing

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.

License

Apache License v2.0: see LICENSE for details.

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors