Skip to content

Commit

Permalink
/usr/local/bin/docker-entrypoint.sh mitmdump
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Jan 22, 2025
1 parent 6b1d3a8 commit 1bafbe6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
ansible.builtin.shell:
cmd: |
set -euxo pipefail
/usr/local/bin/docker-entrypoint.sh mitmdump --mode transparent --showhost
/usr/local/bin/docker-entrypoint.sh mitmdump
args:
executable: /bin/bash
async: 300
Expand Down
2 changes: 1 addition & 1 deletion molecule/mitmproxy-11.0-docker/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ driver:
name: podman
platforms:
- name: ${_MOLECULE_INSTANCE_NAME}-1
image: ubuntu:24.04
image: alvistack/mitmproxy-11.0
pre_build_image: true
privileged: true
dependency:
Expand Down
2 changes: 1 addition & 1 deletion packer/mitmproxy-11.0-docker/packer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"EXPOSE 8080",
"EXPOSE 8081",
"ENTRYPOINT [\"catatonit\", \"-g\", \"--\", \"docker-entrypoint.sh\"]",
"CMD [\"mitmdump\", \"--mode transparent\", \"--showhost\"]"
"CMD [\"mitmdump\"]"
],
"commit": true,
"image": "ubuntu:24.04",
Expand Down
2 changes: 1 addition & 1 deletion roles/mitmproxy
Submodule mitmproxy updated 1 files
+0 −3 defaults/main.yml

0 comments on commit 1bafbe6

Please sign in to comment.