Sign inSign up

dudecalledbro/yamllint

By dudecalledbro

Updated 4 days ago

A Docker image for running yamllint, a tool for linting YAML files.

Image
0

2.1K

dudecalledbro/yamllint repository overview

YAML-Linter

Container Release (yamllint)

This repository is designed to build Docker images for yamllint.

docker pull dudecalledbro/yamllint:latest

Usage

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.

Build

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 .

License

Copyright © 2025 Niclas Spreng

Licensed under the MIT license.

Tag summary

Content type

Image

Digest

sha256:7288006f5

Size

47.9 MB

Last updated

4 days ago

docker pull dudecalledbro/yamllint