skopeo plugin for the asdf version manager.
go
,bash
,curl
,tar
, and POSIX utilities.
Upstream documentation reference
# Fedora:
sudo dnf install gpgme-devel libassuan-devel btrfs-progs-devel
# Ubuntu (`libbtrfs-dev` requires Ubuntu 18.10 and above):
sudo apt install libgpgme-dev libassuan-dev libbtrfs-dev pkg-config
# macOS:
brew install gpgme
# openSUSE:
sudo zypper install libgpgme-devel libbtrfs-devel glib2-devel
# Arch Linux:
sudo pacman -S base-devel gpgme btrfs-progs
Plugin:
asdf plugin add skopeo
# or
asdf plugin add skopeo https://github.com/zdzielinski/asdf-skopeo.git
skopeo:
# Show all installable versions
asdf list-all skopeo
# Install specific version
asdf install skopeo latest
# Set a version globally (on your ~/.tool-versions file)
asdf global skopeo latest
# Now skopeo commands are available
skopeo --version
Check asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.
Thanks goes to these contributors!
skopeo
- LICENSE © skopeoasdf-skopeo
- LICENSE © Zachariah Dzielinski