posit-dev/Run Posit Workbench
Run Posit Workbench in Docker for testing
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| license-key | Posit Workbench license key | yes | — |
| version | Workbench version to use (release, preview, or specific version) | no | release |
| image | Container image to use (overrides version) | no | — |
| port | Port to expose Workbench on | no | 8787 |
| user | Test username to create | no | testuser |
| password | Password for test user (auto-generated if not specified) | no | — |
| quiet | Suppress progress indicators during image pull | no | false |
| env | Environment variables to pass to Docker container (one per line, format: KEY=VALUE) | no | — |
| command | Command to run against Workbench (omit to start Workbench and output credentials) | no | — |
| stop | Container ID to stop (use instead of starting a new container) | no | — |
Outputs
| name | description |
|---|---|
| WORKBENCH_URL | Workbench server URL (only set when no command is provided) |
| WORKBENCH_USER | Test username (only set when no command is provided) |
| WORKBENCH_PASSWORD | Test user password (only set when no command is provided) |
| CONTAINER_ID | Docker container ID (only set when no command is provided) |