A Docker image for running j2lint, a tool for linting Jinja2 files.
2.8K
This repository is designed to build Docker images for j2lint.
docker pull dudecalledbro/j2lint:latest
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.
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 .
Copyright © 2025 Niclas Spreng
Licensed under the MIT license.
Content type
Image
Digest
sha256:17418a057…
Size
51.1 MB
Last updated
about 12 hours ago
docker pull dudecalledbro/j2lint