Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions bakery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,22 @@ images:
- host: "ghcr.io"
namespace: "posit-dev"
repository: "workbench-preview"
- sourceType: stream
product: workbench
stream: preview
values:
channel: "apple-blossom"
os:
- name: Ubuntu 24.04
primary: true
platforms:
- linux/amd64
- linux/arm64
- name: Ubuntu 22.04
overrideRegistries:
- host: "ghcr.io"
namespace: "posit-dev"
repository: "workbench-preview"
versions:
- name: 2026.01.2+418.pro1
subpath: '2026.01'
Expand Down Expand Up @@ -107,6 +123,21 @@ images:
- host: "ghcr.io"
namespace: "posit-dev"
repository: "workbench-session-init-preview"
- sourceType: stream
product: workbench-session
stream: preview
values:
channel: "apple-blossom"
os:
- name: Ubuntu 24.04
primary: true
platforms:
- linux/amd64
- linux/arm64
overrideRegistries:
- host: "ghcr.io"
namespace: "posit-dev"
repository: "workbench-session-init-preview"
versions:
- name: 2026.01.2+418.pro1
subpath: '2026.01'
Expand Down
Loading