Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sourcegraph/deploy-sourcegraph-docker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: sourcegraph/deploy-sourcegraph-docker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.6.x
Choose a head ref
  • 1 commit
  • 2 files changed
  • 3 contributors

Commits on Aug 7, 2025

  1. [Backport 6.6.x] fix: update internal registry from legacy to new rev…

    …amp registry (#1261)
    
    ## 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
    <br> Backport 5b81ee7 from #1260
    
    Co-authored-by: Warren Gifford <warrenbruceg@gmail.com>
    Co-authored-by: Amp <amp@ampcode.com>
    3 people authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    7512735 View commit details
    Browse the repository at this point in the history
Loading