gecko-dev/taskcluster/docker/pipfile-updates
Dustin J. Mitchell 1fded4473e Bug 1508381 - use rootUrl style with taskcluster-proxy r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D18023

--HG--
extra : moz-landing-system : lando
2019-03-12 20:38:42 +00:00
..
scripts Bug 1530391 Disable hg extensions incompatible automated tasks r=dustin 2019-02-27 20:45:50 +00:00
Dockerfile
README.md
runme.sh Bug 1508381 - use rootUrl style with taskcluster-proxy r=tomprince 2019-03-12 20:38:42 +00:00
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