Sign inSign up

dudecalledbro/j2lint

By dudecalledbro

Updated about 12 hours ago

A Docker image for running j2lint, a tool for linting Jinja2 files.

Image
0

2.8K

dudecalledbro/j2lint repository overview

Jinja2-Linter

Container Release (j2lint)

This repository is designed to build Docker images for j2lint.

docker pull dudecalledbro/j2lint:latest

Usage

You can easily run j2lint using Docker, which provides cross-platform solution for linting your Jinja2 files. Simply pipe your Jinja2 file into the Docker container with the following command:

docker run --rm -i dudecalledbro/j2lint:latest < $JINJA_FILE

This will run j2lint on your Jinja2 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 j2lint:latest .

License

Copyright © 2025 Niclas Spreng

Licensed under the MIT license.

Tag summary

Content type

Image

Digest

sha256:17418a057

Size

51.1 MB

Last updated

about 12 hours ago

docker pull dudecalledbro/j2lint