Source files of the container image volkerraschek/yamllint
Go to file
Markus Pesch eeb2208c9f
continuous-integration/drone/push Build is passing Details
feat(ci): use git.cryptic.systems/volker.raschek/markdownlint v0.33.0
2023-06-08 19:39:05 +02:00
.dockerignore Initial Commit 2023-02-11 14:43:28 +01:00
.drone.yml feat(ci): use git.cryptic.systems/volker.raschek/markdownlint v0.33.0 2023-06-08 19:39:05 +02:00
.editorconfig Initial Commit 2023-02-11 14:43:28 +01:00
.gitattributes Initial Commit 2023-02-11 14:43:28 +01:00
.gitignore Initial Commit 2023-02-11 14:43:28 +01:00
.markdownlint.yaml Initial Commit 2023-02-11 14:43:28 +01:00
Dockerfile Update dependency docker.io/library/alpine to v3.18.0 2023-05-18 14:03:25 +02:00
LICENSE Initial Commit 2023-02-11 14:43:28 +01:00
Makefile Initial Commit 2023-02-11 14:43:28 +01:00
README.md Initial Commit 2023-02-11 14:43:28 +01:00
manifest.tmpl Initial Commit 2023-02-11 14:43:28 +01:00
renovate.json Initial Commit 2023-02-11 14:43:28 +01:00

README.md

yamllint-docker

Build Status Docker Pulls

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.

The workflow or how yamllint can in general be used is documented here.