From f5398de9cb837a1f0964af1d1ad0e340d5af39e2 Mon Sep 17 00:00:00 2001 From: Kegan Dougal <7190048+kegsay@users.noreply.github.com> Date: Fri, 1 Dec 2023 10:24:05 +0000 Subject: [PATCH] Try pulling mitmproxy --- .github/workflows/tests.yaml | 3 ++- README.md | 5 ----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 9c1e921..d05bc18 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -55,10 +55,11 @@ jobs: ls -alh rust-sdk/target/debug # Temporary: as it takes 3m to build the complement synapse image >:( - - name: Pull synapse service v1.94.0 + - name: Pull synapse service v1.94.0 and mitmproxy shell: bash run: | docker pull ghcr.io/matrix-org/synapse-service:v1.94.0 + docker pull mitmproxy/mitmproxy:10.1.5 docker tag ghcr.io/matrix-org/synapse-service:v1.94.0 homeserver:latest # Build homeserver image, honouring branch names diff --git a/README.md b/README.md index 592a241..f5c9bd7 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,6 @@ Why: ### How do I run it? It's currently pretty awful to run, as you need toolchains for both Rust and JS. Working on improving this. -You need this image: -``` -docker pull ghcr.io/matrix-org/complement-crypto-reverse-proxy:latest -``` - You need to build Rust SDK FFI bindings _and_ JS SDK before you can get this to run. You also need a Complement homeserver image. When that is setup: ```