Skip to content

fix: SDK registry noProxy=true to prevent double-wrapping#53

Merged
aa-replicated merged 1 commit intomainfrom
demo/tier4
Apr 18, 2026
Merged

fix: SDK registry noProxy=true to prevent double-wrapping#53
aa-replicated merged 1 commit intomainfrom
demo/tier4

Conversation

@aa-replicated
Copy link
Copy Markdown
Owner

Summary

  • Fix invalid image ref for replicated SDK pod: proxy.replicated.com/proxy/gameshelf//library/replicated-sdk-image (double slash)
  • Use noProxy=true flag on ReplicatedImageRegistry for the SDK registry override

Root cause: ReplicatedImageRegistry in EC3 beta.1 treats proxy.replicated.com as a registry to proxy, producing an empty registry segment and a double slash. The noProxy=true flag tells the function to leave the registry unchanged for online installs (SDK already lives at proxy.replicated.com) while still rewriting to the local registry for airgap.

Test plan

  • Online EC3: SDK pod reaches Running with image proxy.replicated.com/library/replicated-sdk-image:<tag>
  • Airgap EC3: SDK pod reaches Running from local registry

🤖 Generated with Claude Code

ReplicatedImageRegistry treats proxy.replicated.com as a registry to
proxy, producing an invalid double-slash ref. noProxy=true leaves the
registry unchanged for online installs while still rewriting to the
local registry for airgap.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@aa-replicated aa-replicated merged commit 3a092ed into main Apr 18, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant