hadolint plugin for the asdf version manager.
bash
,curl
: generic POSIX utilities.
Plugin:
asdf plugin add hadolint
# or
asdf plugin add hadolint https://github.com/devlincashman/asdf-hadolint.git
hadolint:
# Show all installable versions
asdf list-all hadolint
# Install specific version
asdf install hadolint latest
# Set a version globally (on your ~/.tool-versions file)
asdf global hadolint latest
# Now hadolint commands are available
hadolint --help
Check asdf readme for more instructions on how to install & manage versions.
Testing Locally:
asdf plugin test hadolint https://github.com/devlincashman/asdf-hadolint.git "hadolint --version"
Tests are automatically run in GitHub Actions on push and PR.