macOS
brew install hadolintlocal Homebrew formula metadata
sudo port install hadolintMacPorts ports tree · devel/hadolint/Portfile · Source: api.github.com
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de hadolint pour les workflows d'agents IA.
installation
brew install hadolintlocal Homebrew formula metadata
sudo port install hadolintMacPorts ports tree · devel/hadolint/Portfile · Source: api.github.com
sudo dnf install hadolintFedora Rawhide package metadata · hadolint · Source: dl.fedoraproject.org
nix profile install nixpkgs#hadolintnixpkgs package indexes · hadolint · Source: raw.githubusercontent.com
scoop install main/hadolintScoop official bucket manifest trees · bucket/hadolint.json · Source: api.github.com
winget install --id hadolint.hadolint -eWindows Package Manager source index · hadolint.hadolint · Source: cdn.winget.microsoft.com
aperçu
Smarter Dockerfile linter to validate best practices
historique
Hadolint is a Haskell Dockerfile linter that parses Dockerfiles into an abstract syntax tree, applies Dockerfile best-practice rules, and delegates shell snippets in RUN instructions to ShellCheck. In package-manager culture it is a compact, CI-friendly static analyzer for container builds, often installed locally even when the same tool is also available as a container image.
The first GitHub release in April 2016 described Hadolint as a smarter Dockerfile linter that builds on ShellCheck. Early releases added a clearer command-line interface, multi-file support, Homebrew compatibility, YAML-based ignored-rule configuration, and integration documentation for editors and CI systems.
The project matured by expanding both Dockerfile syntax support and output formats. Release notes record JSON, CodeClimate, Checkstyle XML, Codacy, SonarQube, SARIF, GNU-style, and other formatter work across the 1.x and 2.x lines. Configuration also grew from ignored rules into severity thresholds, trusted registries, label schemas, strict-label behavior, and inline ignore pragmas.
Hadolint 2.0 in 2021 was described by the project as a major internal refactor focused on maintainability and efficiency, with new rule families around LABEL, COPY, useradd, HEALTHCHECK, and package-manager usage. Later releases continued tracking Dockerfile syntax, shell behavior, distribution quirks, and packaging targets such as static binaries and ARM64 builds.
The README documents several installation paths: prebuilt binaries for macOS, Windows, and Linux, Homebrew on macOS, Scoop on Windows, Nix, Docker Hub images, GHCR images, and source builds with Haskell tooling. That breadth is why Hadolint appears in local developer environments, pre-commit hooks, CI jobs, editor integrations, and containerized lint workflows.
Hadolint's adoption is tied to a specific DevOps habit: treating Dockerfiles like source code with repeatable lint rules. Its GitHub Action companion and integration documentation reinforce the tool's role in pull-request checks, while the CLI remains simple enough for one-off use as `hadolint Dockerfile`.
Typical package usage is direct CLI linting of one or more Dockerfiles, optionally selecting output formats for CI annotations or machine-readable reports. Users can override severities, ignore specific rule codes, require label schemas, reject untrusted registries, and set a failure threshold that decides when the process exits unsuccessfully.
Hadolint looks for YAML configuration in project and user config locations, using the first file found. This makes the Homebrew package useful for teams that want a repository-local `.hadolint.yaml` while still allowing individual defaults under XDG or home-directory paths.
Hadolint is package-nerd catnip because it sits at the intersection of Haskell distribution, static binaries, Docker images, shell linting, CI formats, and config-file discovery. It gives a local package manager a cleaner path than `docker run` when a workflow needs fast startup, editor integration, or offline linting.
It also demonstrates how a single-purpose CLI can become infrastructure glue. Package maintainers care about its static binary story, cross-platform release assets, and transitive ShellCheck behavior because those details shape whether Dockerfile linting is painless inside larger build pipelines.
posture de sécurité
narrow executable package without higher-risk signals.
risque vert · confiance faible · appliance
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
$PWD/.hadolint.yaml$XDG_CONFIG_HOME/hadolint.yaml~/.config/hadolint.yaml~/.hadolint/hadolint.yaml~/hadolint/config.yaml~/.hadolint.yamlexécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
hadolint | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/hadolint/hadolint
métadonnées d'installation
| Clé du paquet | brew:hadolint |
|---|---|
| Version | 2.14.0 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/hadolint |
| Page d'accueil | https://github.com/hadolint/hadolint |
| Dépôt | https://github.com/hadolint/hadolint |
| Docs amont | https://github.com/hadolint/hadolint#readme |
| Licence | GPL-3.0-only |
| Archive source | https://github.com/hadolint/hadolint/archive/refs/tags/v2.14.0.tar.gz |
| Dernière mise à jour | 2026-07-22T06:06:28Z |
| Pulse | updated |
| Dépendances | gmp |
| Dépendances de compilation | cabal-install, ghc |
| Bibliothèques fournies par macOS | libffi, xz |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | hadolint |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
hadolint
nix profile install nixpkgs#hadolintghc-commutative-semigroups 0.2.0.2-24.fc45
Haskell commutative-semigroups library
https://hackage.haskell.org/package/commutative-semigroups
sudo dnf install ghc-commutative-semigroupsghc-commutative-semigroups-devel 0.2.0.2-24.fc45
Haskell commutative-semigroups library development files
https://hackage.haskell.org/package/hadolint
sudo dnf install ghc-commutative-semigroups-develghc-commutative-semigroups-doc 0.2.0.2-24.fc45
Haskell commutative-semigroups library documentation
https://hackage.haskell.org/package/hadolint
sudo dnf install ghc-commutative-semigroups-docghc-commutative-semigroups-prof 0.2.0.2-24.fc45
Haskell commutative-semigroups profiling library
https://hackage.haskell.org/package/hadolint
sudo dnf install ghc-commutative-semigroups-profghc-hadolint 2.14.0-24.fc45
Haskell hadolint library
https://hackage.haskell.org/package/hadolint
sudo dnf install ghc-hadolintghc-hadolint-devel 2.14.0-24.fc45
Haskell hadolint library development files
https://hackage.haskell.org/package/hadolint
sudo dnf install ghc-hadolint-develghc-hadolint-doc 2.14.0-24.fc45
Haskell hadolint library documentation
https://hackage.haskell.org/package/hadolint
sudo dnf install ghc-hadolint-docghc-hadolint-prof 2.14.0-24.fc45
Haskell hadolint profiling library
https://hackage.haskell.org/package/hadolint
sudo dnf install ghc-hadolint-profghc-monoid-subclasses 1.2.6.1-24.fc45
Haskell monoid-subclasses library
https://hackage.haskell.org/package/monoid-subclasses
sudo dnf install ghc-monoid-subclassesghc-monoid-subclasses-devel 1.2.6.1-24.fc45
Haskell monoid-subclasses library development files
https://hackage.haskell.org/package/hadolint
sudo dnf install ghc-monoid-subclasses-develghc-monoid-subclasses-doc 1.2.6.1-24.fc45
Haskell monoid-subclasses library documentation
https://hackage.haskell.org/package/hadolint
sudo dnf install ghc-monoid-subclasses-docghc-monoid-subclasses-prof 1.2.6.1-24.fc45
Haskell monoid-subclasses profiling library
https://hackage.haskell.org/package/hadolint
sudo dnf install ghc-monoid-subclasses-profghc-primes 0.2.1.0-24.fc45
Haskell primes library
https://hackage.haskell.org/package/primes
sudo dnf install ghc-primesghc-primes-devel 0.2.1.0-24.fc45
Haskell primes library development files
https://hackage.haskell.org/package/hadolint
sudo dnf install ghc-primes-develghc-primes-doc 0.2.1.0-24.fc45
Haskell primes library documentation
https://hackage.haskell.org/package/hadolint
sudo dnf install ghc-primes-docpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.