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: 6.6.868
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: main
Choose a head ref
  • 4 commits
  • 7 files changed
  • 5 contributors

Commits on Aug 7, 2025

  1. fix: update internal registry from legacy to new revamp registry (#1260)

    ## 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
    
    Co-authored-by: Amp <amp@ampcode.com>
    DaedalusG and ampcode-com authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    5b81ee7 View commit details
    Browse the repository at this point in the history
  2. chore(ci): fetch docker username and password and update docker regis…

    …try auth (#1264)
    
    Set docker username and fetch the password before running docker tests
    
    ### Test plan
    CI
    burmudar authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    0a1fd77 View commit details
    Browse the repository at this point in the history
  3. [Backport 6.6.x] update registries and fix docker login (#1265)

    cherry picked
    0a1fd77
    
    Closes DINF-1271
    
    ### Test plan
    CI
    
    ---------
    
    Co-authored-by: Release Bot <107104610+sourcegraph-release-bot@users.noreply.github.com>
    Co-authored-by: Warren Gifford <warrenbruceg@gmail.com>
    Co-authored-by: Amp <amp@ampcode.com>
    4 people authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    aab9cda View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. Add syntactic-code-intel-worker to pure-docker deployment scripts (#1267

    )
    
    Amp-Thread-ID:
    https://ampcode.com/threads/T-29352f06-9697-493e-aeeb-8b96745fc156
    
    <!-- description here -->
    
    ### Checklist
    
    <!--
    Kubernetes and Docker Compose MUST be kept in sync. You should not merge
    a change here
    without a corresponding change in the other repository, unless it truly
    is specific to
    this repository. If uneeded, add link or explanation of why it is not
    needed here.
    -->
    * [ ] Sister
    [deploy-sourcegraph](https://github.com/sourcegraph/deploy-sourcegraph)
    change:
    * [ ] Sister
    [customer-replica](https://github.com/sourcegraph/deploy-sourcegraph-docker-customer-replica-1)
    change (if necessary, for any changes affecting pure-docker or
    configuration):
    * [ ] All images have a valid tag and SHA256 sum
    ### Test plan
    tests in CI
    <!--
    As part of SOC2/GN-104 and SOC2/GN-105 requirements, all pull requests
    are REQUIRED to
    provide a "test plan". A test plan is a loose explanation of what you
    have done or
    implemented to test this, as outlined in our Testing principles and
    guidelines:
    
    https://docs.sourcegraph.com/dev/background-information/testing_principles
      Write your test plan here after the "Test plan" header.
    -->
    
    ---------
    
    Co-authored-by: Amp <amp@ampcode.com>
    gabtorre and ampcode-com authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    4f878d7 View commit details
    Browse the repository at this point in the history
Loading