https://github.com/omissis/asdf-apko
asdf plugin for chainguard's apko tool
https://github.com/omissis/asdf-apko
Last synced: 6 months ago
JSON representation
asdf plugin for chainguard's apko tool
- Host: GitHub
- URL: https://github.com/omissis/asdf-apko
- Owner: omissis
- License: mit
- Created: 2024-01-05T08:42:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-01T01:20:51.000Z (over 1 year ago)
- Last Synced: 2025-02-11T15:24:48.390Z (8 months ago)
- Language: Shell
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-apko [](https://github.com/omissis/asdf-apko/actions/workflows/build.yml) [](https://github.com/omissis/asdf-apko/actions/workflows/lint.yml)
[apko](https://github.com/chainguard-dev/apko/tree/main/docs) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)# Dependencies
- `melange`: while not strictly required, apko needs apks built by melange in order to package them into an image
# Install
Plugin:
```shell
asdf plugin add apko
# or
asdf plugin add apko https://github.com/omissis/asdf-apko.git
```apko:
```shell
# Show all installable versions
asdf list-all apko# Install specific version
asdf install apko latest# Set a version globally (on your ~/.tool-versions file)
asdf global apko latest# Now apko commands are available
apko --help
```Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.# Contributing
Contributions of any kind welcome! See the [contributing guide](contributing.md).
[Thanks goes to these contributors](https://github.com/omissis/asdf-apko/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Claudio Beatrice](https://github.com/omissis/)