mitmproxy/release/docker
Maximilian Hils 518fb94124
Harden CI Pipeline (#4590)
* 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 30cfb7a814b61a8926fc0623e3e70b6dd5106d90.

* unpin PyPI dependencies

* ci: install tox first

* ci: fixups

* ci: fixups

* ci: fixups

* ci: fixups
2021-05-11 11:17:09 +02:00
..
docker-entrypoint.sh docker: build from release dir to speed up context sending (#4498) 2021-03-12 07:45:21 +00:00
Dockerfile Harden CI Pipeline (#4590) 2021-05-11 11:17:09 +02:00
DockerHub-README.md master branch -> main branch 2021-03-30 15:30:45 +02:00
README.md docker: build from release dir to speed up context sending (#4498) 2021-03-12 07:45:21 +00:00

Build Instructions

  1. Copy mitmproxy-$VERSION-py3-none-any.whl into this directory.
    You can get the latest public release at https://mitmproxy.org/downloads/.
  2. Replace $VERSION with your mitmproxy version and run docker build --build-arg MITMPROXY_WHEEL=mitmproxy-$VERSION-py3-none-any.whl ..