mitmproxy / docker-releases

🗃️ This repository has been integrated into mitmproxy/mitmproxy.
52 stars 26 forks source link

Use tags #2

Closed mhils closed 8 years ago

mhils commented 8 years ago

This PR replaces the mitmproxy/docker-releases repo contents with a single revised Dockerfile that tracks git master. As proposed by @wernight in https://github.com/mitmproxy/docker-base/pull/5, our modus operandi would be to create a separate branch for each release, in which we update requirements.txt. As a next step, we can then get rid of the docker-base repository to simplify things.

@cortesi, @dweinstein, @wernight, are you ok with this? I'd love to have quick progress here because I need this for another project I'm working on.

dweinstein commented 8 years ago

you'll need to do some tweaks to the docker hub to have it use the branches/tags going forward, can make those changes over @ https://hub.docker.com/r/mitmproxy/releases/~/settings/automated-builds/

mhils commented 8 years ago

Yes, thanks @dweinstein! :smiley: I think we can just keep the old versions on Dockerhub as-is and start with a single 0.17 branch. If noone objects, I'll try that out tomorrow.

wernight commented 8 years ago

SGTM