Restructure image READMEs and add HEALTHCHECK to Workbench#94
Merged
Conversation
Move the bakery build/test workflow out of README.md and into a new CONTRIBUTING.md, mirroring the structure used by images-package-manager. Apply remaining Posit style guide fixes: sentence-case title and link labels, expand OCI on first use, correct `just install-bakery` recipe name, and replace "existing" with "previous" in the migration callout. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Aligns structure with package-manager/README.md (Quick reference table, Supported tags, Architectures, Examples, Migrating from legacy section) and recovers content lost from the legacy rstudio-docker-products README: /home volume mount, license-manager status verification, sssd/LDAP user provisioning, and supervisord process management. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Aligns structure with connect-content-init/README.md: adds Docker badges, Supported tags, Quick reference, Related images, Helm chart usage, Architectures, User, Examples, and a Migrating section. Restores Posit Workbench Documentation, Community Forum, Posit Support, and License links from the legacy rstudio-docker-products README. Removes the inaccurate Ubuntu 22.04 tag listing (only Ubuntu 24.04 Containerfiles exist) and drops the Session components table that incorrectly listed rserver. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Aligns the workbench-positron-init README with the connect-content-init benchmark structure (badges, Supported tags, Quick reference, Related images, Architectures, User, Migrating from legacy) while preserving the Positron-specific Components, Environment variables, and Copy targets sections. Recovers the Quick reference block and Containerfile link that existed in the legacy rstudio-docker-products README. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Aligns the workbench-session README with the connect-content README structure: adds Quick reference, Related images, Architectures, User, Examples, Migrating from legacy image, and Caveats sections. Recovers content dropped from the legacy rstudio/workbench-session and r-session-complete READMEs, including the security review note, dependency-license note, support article reference, and the bundled runtimes (Jupyter, TinyTeX, Posit Professional Drivers). Calls out that session components now ship via the workbench-session-init init container rather than bundled into the image. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Declares a Docker HEALTHCHECK on the workbench image that polls the Workbench `/health-check` endpoint via curl. The endpoint is already enabled by the bundled rserver.conf (`server-health-check-enabled=1`), so container runtimes report healthy/unhealthy out of the box. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Renames STARTUP_DEBUG_MODE, DIAGNOSTIC_ENABLE, and DIAGNOSTIC_DIR to their PWB_-prefixed equivalents to match the convention used by other Posit images. Also renames DIAGNOSTIC_ONLY to PWB_EXIT_AFTER_VERIFY for a clearer description of its behavior, and documents it in the workbench README env vars table. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Change callout embedded links to HTML anchors
01772be to
6e6c78d
Compare
Matches the default used by our helm charts and generally makes this more obvious to users of the Containerfile/image
bschwedler
reviewed
May 12, 2026
bschwedler
reviewed
May 12, 2026
…itory in workbench-session/README.md
…v vars for workbench-session-init
…ench-session-init/README.md
bschwedler
approved these changes
May 13, 2026
Contributor
bschwedler
left a comment
There was a problem hiding this comment.
Thank you for all your work in this!
This was referenced May 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
CONTRIBUTING.md; apply Posit style guide fixesPWB_prefix (withRSW_/RSP_fallbacks) across templates, rendered Containerfiles, andstartup.shHEALTHCHECKpolling/health-checkto the workbench imageTest plan
bakery build --planreflects no unintended template driftbakery buildsucceeds for affected workbench versions (2025.09, 2026.01, 2026.04)bakery run dgoss --image-name workbenchpasses, including the new HEALTHCHECKPWB_*env vars activate licensing and that legacyRSW_*/RSP_*fallbacks still work🤖 Generated with Claude Code