Skip to content

zdzielinski/asdf-skopeo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asdf-skopeo Build Lint

skopeo plugin for the asdf version manager.

Contents

Dependencies

General

Skopeo Specific

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

Install

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.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages