Source files of the container image volkerraschek/yamllint
Go to file
CSRBot 9fd1c079f4
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build encountered an error Details
chore(deps): update quay.io/skopeo/stable docker tag to v1.13.3
2023-09-21 18:36:19 +02:00
.dockerignore Initial Commit 2023-02-11 14:43:28 +01:00
.drone.yml chore(deps): update quay.io/skopeo/stable docker tag to v1.13.3 2023-09-21 18:36:19 +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 chore(deps): update dependency docker.io/library/alpine to v3.18.3 2023-08-07 23:38:10 +02:00
LICENSE Initial Commit 2023-02-11 14:43:28 +01:00
Makefile fix(ci): sync with docker.io 2023-06-15 16:44:14 +02:00
README.md Initial Commit 2023-02-11 14:43:28 +01:00
manifest.tmpl fix(ci): sync with docker.io 2023-06-15 16:44:14 +02:00
renovate.json fix(renovate): exclude updating docker.io/plugins/docker 2023-09-03 16:24:43 +02: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.