14 lines
746 B
Markdown
14 lines
746 B
Markdown
|
# yamllint-docker
|
||
|
|
||
|
[![Build Status](https://drone.cryptic.systems/api/badges/volker.raschek/yamllint-docker/status.svg)](https://drone.cryptic.systems/volker.raschek/yamllint-docker)
|
||
|
[![Docker Pulls](https://img.shields.io/docker/pulls/volkerraschek/yamllint)](https://hub.docker.com/r/volkerraschek/yamllint)
|
||
|
|
||
|
This project contains all sources to build the container image
|
||
|
`docker.io/volkerraschek/yamllint`. The primary goal of this project is to
|
||
|
package the binary `yamllint` as container image. The source code of the binary
|
||
|
can be found in the upstream project of
|
||
|
[adrienverge](https://github.com/adrienverge/yamllint).
|
||
|
|
||
|
The workflow or how `yamllint` can in general be used is documented
|
||
|
[here](https://yamllint.readthedocs.io/en/stable/).
|