Skip to content

Commit e3809af

Browse files
bschwedlerianpittwood
authored andcommitted
Add Workbench preview release stream
Add preview devVersion entries for both workbench and workbench-session-init using the apple-blossom branch codename. The channel value is used by bakery to resolve the branch-specific dailies URL. When the preview branch changes, update the channel value here. Dispatches can also override at runtime via the channel input on development.yml.
1 parent eb130a1 commit e3809af

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

bakery.yaml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,22 @@ images:
6565
- host: "ghcr.io"
6666
namespace: "posit-dev"
6767
repository: "workbench-preview"
68+
- sourceType: stream
69+
product: workbench
70+
stream: preview
71+
values:
72+
channel: "apple-blossom"
73+
os:
74+
- name: Ubuntu 24.04
75+
primary: true
76+
platforms:
77+
- linux/amd64
78+
- linux/arm64
79+
- name: Ubuntu 22.04
80+
overrideRegistries:
81+
- host: "ghcr.io"
82+
namespace: "posit-dev"
83+
repository: "workbench-preview"
6884
versions:
6985
- name: 2026.01.2+418.pro1
7086
subpath: '2026.01'
@@ -107,6 +123,21 @@ images:
107123
- host: "ghcr.io"
108124
namespace: "posit-dev"
109125
repository: "workbench-session-init-preview"
126+
- sourceType: stream
127+
product: workbench-session
128+
stream: preview
129+
values:
130+
channel: "apple-blossom"
131+
os:
132+
- name: Ubuntu 24.04
133+
primary: true
134+
platforms:
135+
- linux/amd64
136+
- linux/arm64
137+
overrideRegistries:
138+
- host: "ghcr.io"
139+
namespace: "posit-dev"
140+
repository: "workbench-session-init-preview"
110141
versions:
111142
- name: 2026.01.2+418.pro1
112143
subpath: '2026.01'

0 commit comments

Comments
 (0)