Skip to content

fix(image): cache yarn 4.17.1 and 4.12.0 in the sandbox - #48

Open
durandom wants to merge 1 commit into
mainfrom
chore/sandbox-yarn-4.17.1
Open

fix(image): cache yarn 4.17.1 and 4.12.0 in the sandbox#48
durandom wants to merge 1 commit into
mainfrom
chore/sandbox-yarn-4.17.1

Conversation

@durandom

@durandom durandom commented Sep 4, 2026

Copy link
Copy Markdown
Member

Summary

  • rhdh-plugins and overlays now pin `yarn@4.17.1`; the sandbox image still only prepared 4.12.0, which forces a corepack re-download at runtime.
  • Prepare both 4.12.0 (rhdh-agentic) and 4.17.1 (plugins/overlays); activate 4.17.1 as the default on PATH.
  • Merging this rebuilds `ghcr.io/redhat-developer/rhdh-fullsend-code:latest` (Containerfile path) on top of current `fullsend-code:latest` after the v0.41.0 fleet bump (chore: bump fleet fullsend_ref to v0.41.0 #47).

Test plan

  • Sandbox Images workflow passes on the PR
  • After merge: image build+push to `:latest`
  • `yarn --version` in a plugins sandbox is 4.17.1 without a corepack download
  • rhdh-agentic still resolves 4.12.0 from the image cache

Made with Cursor

rhdh-plugins and overlays pin 4.17.1 while rhdh-agentic still pins
4.12.0. Prepare both so corepack does not re-download through the
proxy at sandbox start.

Co-authored-by: Cursor <cursoragent@cursor.com>
@durandom
durandom requested a review from kadel as a code owner September 4, 2026 10:21
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