518fb94124
* ci: use actions/checkout@v2
* ci: always specify python version
* ci: pin external actions
* ci: split docs job, pin immediate dependencies
* ci: correct hugo sha256sum
* ci: full repo fetch depth for tests
* ci: use pip-tools to pin all the things
* ci: minor fixes
* ci: fixup
* ci: streamline pinned install
* ci: minor fixes
* ci: fix py3.8 pins
* ci: don't persist checkout credentials
* ci: always run local linter
* ci: test docs deployment from actions-hardening branch
* ci: fix docs job
* ci: pass in credentials
* ci: fix file permissions
* ci: try harder to fix docs deploy
* ci: fix docker artifact name
* Revert "ci: test docs deployment from actions-hardening branch"
This reverts commit
|
||
---|---|---|
.. | ||
DockerHub-README.md | ||
Dockerfile | ||
README.md | ||
docker-entrypoint.sh |
README.md
Build Instructions
- Copy
mitmproxy-$VERSION-py3-none-any.whl
into this directory.
You can get the latest public release at https://mitmproxy.org/downloads/. - Replace $VERSION with your mitmproxy version and
run
docker build --build-arg MITMPROXY_WHEEL=mitmproxy-$VERSION-py3-none-any.whl .
.