A Docker image for running yamllint, a tool for linting YAML files.
2.1K
This repository is designed to build Docker images for yamllint.
docker pull dudecalledbro/yamllint:latest
You can easily run yamllint using Docker, which provides cross-platform solution for linting your YAML files. Simply pipe your YAML file into the Docker container with the following command:
docker run --rm -i dudecalledbro/yamllint:latest < $YAML_FILE
This will run yamllint on your YAML fle without needing to install anything locally.
This image build is scheduled with GitHub Actions and will be pushed to DockerHub. The image will also be rebuilt, if the main branch is updated. If you need to build the image locally, ensure Docker is installed and execute the following:
docker build -t yamllint:latest .
Copyright © 2025 Niclas Spreng
Licensed under the MIT license.
Content type
Image
Digest
sha256:7288006f5…
Size
47.9 MB
Last updated
4 days ago
docker pull dudecalledbro/yamllint