Skip to content

Conversation

DaedalusG
Copy link
Contributor

Problem

The release creation process was failing with 404 errors when trying to fetch images like cadvisor:6.6.2517 from the legacy internal registry.

Root Cause

Recent changes in the main sourcegraph repo migrated from legacy registries to new 'revamp' registries, but the deploy repos were still hardcoded to use the old registry.

Solution

  • Replace us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal with us-docker.pkg.dev/sourcegraph-images/internal
  • Updated both release.yaml and batch-change/release.yaml
  • Tested and confirmed images exist in the new registry

Test Plan

  • Validated that cadvisor:6.6.2517 exists in new registry but not in old registry
  • Successfully tested sg ops update-images command with new registry
  • Confirmed this fixes the original 404 errors during release creation

- Replace us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal
  with us-docker.pkg.dev/sourcegraph-images/internal
- Fixes release creation failures due to images being published to new registry
- Updates both release.yaml and batch-change/release.yaml

Co-authored-by: Amp <[email protected]>
Amp-Thread-ID: https://ampcode.com/threads/T-46b94b32-5f81-4b16-aa6c-e50cbabb6dde
@DaedalusG DaedalusG requested review from cloudyadi and burmudar August 7, 2025 00:13
@DaedalusG DaedalusG enabled auto-merge (squash) August 7, 2025 00:16
@DaedalusG DaedalusG merged commit 96a1e8f into main Aug 7, 2025
7 of 8 checks passed
DaedalusG added a commit that referenced this pull request Aug 7, 2025
…amp registry (#318)

## Problem
The release creation process was failing with 404 errors when trying to
fetch images like cadvisor:6.6.2517 from the legacy internal registry.

## Root Cause
Recent changes in the main sourcegraph repo migrated from legacy
registries to new &#39;revamp&#39; registries, but the deploy repos were
still hardcoded to use the old registry.

## Solution
- Replace `us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal`
with `us-docker.pkg.dev/sourcegraph-images/internal`
- Updated both release.yaml and batch-change/release.yaml
- Tested and confirmed images exist in the new registry

## Test Plan
- Validated that cadvisor:6.6.2517 exists in new registry but not in old
registry
- Successfully tested sg ops update-images command with new registry
- Confirmed this fixes the original 404 errors during release creation
<br> Backport 96a1e8f from #317

Co-authored-by: Warren Gifford <[email protected]>
Co-authored-by: Amp <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants