Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/articola-tools/dockerfile-linter

Preconfigured linter for Dockerfile files, used in Articola Tools organization's repositories
https://github.com/articola-tools/dockerfile-linter

articola articola-tools docker dockerfile dockerfile-linter

Last synced: 3 days ago
JSON representation

Preconfigured linter for Dockerfile files, used in Articola Tools organization's repositories

Awesome Lists containing this project

README

        

# Articola Tools' Dockerfile linter

[![image size](https://ghcr-badge.egpl.dev/articola-tools/dockerfile-linter/size?color=dodgerblue)](https://ghcr-badge.egpl.dev/articola-tools/dockerfile-linter/size?color=dodgerblue)

This repo contains Dockerfile with preconfigured [Dockerfile linter](https://github.com/hadolint/hadolint).
This linter is used in Articola Tools organization's repositories to lint
Dockerfile files like other linters.

## Usage

Use `ghcr.io/articola-tools/dockerfile-linter` Docker image with `-v ./:/linter_workdir/repo`
parameter, where `./` - is a path to a folder with files you want to lint.

Example command to use this linter -
`docker run --rm -v ./:/linter_workdir/repo ghcr.io/articola-tools/dockerfile-linter`