Skip to content

feat: add playpen support#181

Merged
jrobotham-square merged 1 commit intomainfrom
playpen-support
Mar 13, 2026
Merged

feat: add playpen support#181
jrobotham-square merged 1 commit intomainfrom
playpen-support

Conversation

@jrobotham-square
Copy link
Copy Markdown
Contributor

@jrobotham-square jrobotham-square commented Mar 12, 2026

Adds .playpen/config.hcl for playpen support. No custom hooks needed — uses the built-in BLOX Go hooks from playpen-cli.

Config:

  • launchable-name = "cachewd" — the daemon binary (not the cachew CLI)
  • app-workdir = "/app" — matches Dockerfile WORKDIR
  • shell = "/bin/sh" — Alpine-based image does not have bash
  • port-forward = "8080:8080" — forward the HTTP port
  • additional-labels = ["istio.io/rev"] — preserve Istio sidecar injection label

@jrobotham-square jrobotham-square force-pushed the playpen-support branch 3 times, most recently from 0fb86dc to fdc4f25 Compare March 12, 2026 03:16
@jrobotham-square jrobotham-square changed the title Add playpen support feat: add playpen support Mar 12, 2026
@jrobotham-square jrobotham-square marked this pull request as ready for review March 12, 2026 23:34
@jrobotham-square jrobotham-square requested a review from a team as a code owner March 12, 2026 23:34
@jrobotham-square jrobotham-square requested review from stuartwdouglas and removed request for a team March 12, 2026 23:34
@jrobotham-square jrobotham-square merged commit f6472c8 into main Mar 13, 2026
7 of 10 checks passed
@jrobotham-square jrobotham-square deleted the playpen-support branch March 13, 2026 04:06
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.

2 participants