looztra / asdf-hadolint

hadolint (https://github.com/hadolint/hadolint) plugin for asdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-hadolint Build Lint

hadolint plugin for the asdf version manager.

Table of Contents

Build History

Build history

Dependencies

  • bash, curl, tar: generic POSIX utilities.

Install

Plugin:

asdf plugin add hadolint https://github.com/looztra/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.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

Tooling Requirements

Task

Task is a great shell commands bootstrap solution (like Make but in Yaml) permitting you to make the same calls locally (for development phases) and within the CI/CD pipeline.

You want to get familiar with it? Read this.

You can install it that way:

asdf plugin add task
# Will install the Task version referenced in ./tool-versions
asdf install task $(asdf current task | tr -s ' ' | cut -d' ' -f2)
task --version

License

Licensed under the Apache License 2.0

About

hadolint (https://github.com/hadolint/hadolint) plugin for asdf

License:Apache License 2.0


Languages

Language:Shell 100.0%