gecko-dev/taskcluster/docker/pipfile-updates
Simon Fraser 6d21f86b0a Bug 1497162 Pin pip version until pip/pipenv bug is fixed r=jlorenzo
pip 18.0.1 and recent pipenv don't work together. Until a new pipenv is released, this is a workaround.

Differential Revision: https://phabricator.services.mozilla.com/D7991

--HG--
extra : moz-landing-system : lando
2018-10-08 12:10:34 +00:00
..
scripts
Dockerfile
README.md
runme.sh
setup.sh

README.md

==Pipfile Updates==

This docker image contains the necessary dependencies and scripts to update in-tree Pipfile.lock's, produce a diff, and submit it to Phabricator.

==Quick Start==

docker build -t pipfile-update --no-cache --rm .

docker run -e PYTHON3="1" -e BRANCH="mozilla-central" -e PIPFILE_DIRECTORY="taskcluster/docker/funsize-update-generator" pipfile-update