Skip to content

fix: Code space Bug fixes for CPS V2#495

Merged
Prajwal-Microsoft merged 3 commits intodevfrom
psl-cps-v2
Mar 30, 2026
Merged

fix: Code space Bug fixes for CPS V2#495
Prajwal-Microsoft merged 3 commits intodevfrom
psl-cps-v2

Conversation

@Prajwal-Microsoft
Copy link
Copy Markdown
Collaborator

Purpose

This pull request primarily cleans up and simplifies the Docker and workflow configuration by removing support for feature branches related to v2 Docker builds, and standardizes how pnpm is installed and used across the development environment and CI/CD pipelines. It also improves reliability of dependency installation in the dev container.

Workflow and Docker build cleanup:

  • Removed references to the psl-docker-build-and-push-v2 and psl-cps-v2 branches throughout the GitHub Actions workflow file (.github/workflows/build-docker-image.yml), so Docker images will only be built and pushed for main, dev, demo, hotfix, and dependabotchanges branches. This affects triggers, conditional steps, and tagging logic. [1] [2] [3] [4] [5] [6] [7] [8]

Standardization of pnpm installation:

  • Updated the installation method for pnpm in both .devcontainer/Dockerfile and src/ContentProcessorWeb/Dockerfile to use npm install -g pnpm@10.28.2 instead of corepack, ensuring consistent and explicit versioning. [1] [2]

Dependency installation reliability:

  • Modified .devcontainer/setupEnv.sh to set a custom pnpm store directory under the user's home, which can help avoid permission issues in containerized environments.

Does this introduce a breaking change?

  • Yes
  • No

Golden Path Validation

  • I have tested the primary workflows (the "golden path") to ensure they function correctly without errors.

Deployment Validation

  • I have validated the deployment process successfully and all services are running as expected with this change.

What to Check

Verify that the following are valid

  • ...

Other Information

@Prajwal-Microsoft Prajwal-Microsoft changed the title fix: Bug fixes for CPS V2 fix: Code space Bug fixes for CPS V2 Mar 30, 2026
@Prajwal-Microsoft Prajwal-Microsoft merged commit 8faa550 into dev Mar 30, 2026
1 of 4 checks passed
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 1.12.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants