Skip to content

Commit 937d700

Browse files
committed
Pull docker tunnel from GHCR instead of Docker Hub
They're tightening rate limits, and strongly implying it'll cause problems. It's a tiny image with a one-off pull, but pulling from our GHCR repo (seemingly no rate limit, for now) makes a lot more sense.
1 parent 9f08df8 commit 937d700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interceptors/docker/docker-tunnel-proxy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { isDockerAvailable } from './docker-interception-services';
88
import { logError } from '../../error-tracking';
99
import { waitForDockerStream } from './docker-utils';
1010

11-
const DOCKER_TUNNEL_IMAGE = "httptoolkit/docker-socks-tunnel:v1.2.0";
11+
const DOCKER_TUNNEL_IMAGE = "ghcr.io/httptoolkit/docker-socks-tunnel:v1.2.0";
1212
const DOCKER_TUNNEL_LABEL = "tech.httptoolkit.docker.tunnel";
1313

1414
const getDockerTunnelContainerName = (proxyPort: number) =>

0 commit comments

Comments
 (0)