From e0ae951913dd003279a7ab65826408ea48f67d47 Mon Sep 17 00:00:00 2001 From: Jamie Magee Date: Mon, 10 Nov 2025 09:15:32 -0800 Subject: [PATCH] Renaming the dependabot proxy --- README.md | 8 ++++---- internal/infra/proxy.go | 4 ++-- testdata/scripts/proxy.txt | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 615e6bfa..fb72f128 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Available Commands: Flags: -h, --help help for dependabot - --proxy-image string container image to use for the proxy (default "ghcr.io/github/dependabot-update-job-proxy/dependabot-update-job-proxy:latest") + --proxy-image string container image to use for the proxy (default "ghcr.io/dependabot/proxy:latest") --updater-image string container image to use for the updater -v, --version version for dependabot @@ -152,7 +152,7 @@ with values from the environment. > > The job description file format isn't documented formally yet, > but you can find examples in the [smoke tests](https://github.com/dependabot/smoke-tests/tree/main/tests) -> and look at the [model directory](/internal/model) for how the CLI models the job. +> and look at the [model directory](/internal/model) for how the CLI models the job. ### How it works @@ -303,7 +303,7 @@ See the [debugging doc](/docs/debugging.md) for details. ### "Docker daemon not running" ``` -failed to pull ghcr.io/github/dependabot-update-job-proxy/dependabot-update-job-proxy:latest: +failed to pull ghcr.io/dependabot/proxy:latest: Error response from daemon: dial unix docker.raw.sock: connect: no such file or directory ``` @@ -351,7 +351,7 @@ the issue, see