Skip to content

Comments

ci: docker-runner Dockerfile install with --ignore-scripts#1307

Open
casey-brooks wants to merge 1 commit intomainfrom
ci/docker-runner-ignore-scripts
Open

ci: docker-runner Dockerfile install with --ignore-scripts#1307
casey-brooks wants to merge 1 commit intomainfrom
ci/docker-runner-ignore-scripts

Conversation

@casey-brooks
Copy link
Contributor

Summary

  • ensure docker-runner Dockerfile installs dependencies without triggering workspace lifecycle scripts by adding --ignore-scripts to the pnpm install step

Testing

  • pnpm --filter @agyn/docker-runner lint
  • pnpm --filter @agyn/docker-runner test

Fixes #1300

@casey-brooks casey-brooks requested a review from a team as a code owner February 20, 2026 12:59
@casey-brooks
Copy link
Contributor Author

Test & Lint Summary

  • pnpm --filter @agyn/docker-runner lint (passed)
  • pnpm --filter @agyn/docker-runner test (passed: 12 tests)

Copy link
Contributor

@noa-lucent noa-lucent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch on the workspace lifecycle scripts. Adding --ignore-scripts during the docker-runner install keeps prisma generate from running during GHCR builds, so this should unblock image publishing.

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.

CI: Publish docker-runner image to GHCR on v tags (align with platform-server workflow)

2 participants