wagtail/scripts/drone-images
Karl Hobley 8e142f6ddd Pin jscs version on Drone 2016-01-04 11:44:28 +00:00
..
flake8 Added Drone Dockerfiles to /scripts 2015-12-01 10:56:23 +00:00
jscs Pin jscs version on Drone 2016-01-04 11:44:28 +00:00
scss-lint Added Drone Dockerfiles to /scripts 2015-12-01 10:56:23 +00:00
readme.md Fixed typo in drone image build instructions 2016-01-04 10:21:32 +00:00

readme.md

Wagtail CI base images

This directory contains Dockerfiles for building the base images used by Wagtail's continuous integration server.

Building

Run the following commands to build all the images:

docker build -t wagtail-flake8 flake8
docker build -t wagtail-jscs jscs
docker build -t wagtail-scss-lint scss-lint