Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dex4er/asdf-go-containerregistry
go-containerregistry plugin for asdf
https://github.com/dex4er/asdf-go-containerregistry
asdf hacktoberfest
Last synced: 11 days ago
JSON representation
go-containerregistry plugin for asdf
- Host: GitHub
- URL: https://github.com/dex4er/asdf-go-containerregistry
- Owner: dex4er
- License: mit
- Created: 2021-06-19T21:23:33.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-02T19:14:07.000Z (about 1 year ago)
- Last Synced: 2024-10-28T09:02:20.965Z (about 2 months ago)
- Topics: asdf, hacktoberfest
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-go-containerregistry
[![CI](https://github.com/dex4er/asdf-go-containerregistry/actions/workflows/ci.yml/badge.svg)](https://github.com/dex4er/asdf-go-containerregistry/actions/workflows/ci.yml)
[go-containerregistry](https://github.com/google/go-containerregistry) plugin for the [asdf](https://github.com/asdf-vm/asdf) version manager.
## Install
```shell
asdf plugin-add go-containerregistry https://github.com/dex4er/asdf-go-containerregistry.git
asdf install go-containerregistry latest
asdf global go-containerregistry latest
```## Use
Check out the [asdf](https://github.com/asdf-vm/asdf) readme for instructions.