Commit 4315b04
Fix Podman CI test: workspace permissions for UID mapping
Rootful Podman maps UIDs 1:1 without Docker's automatic
updateRemoteUserUID behavior, so the container's vscode user
(UID 1000) cannot write to the workspace owned by runner (UID 1001).
Open workspace permissions before starting the container.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent e0e9cb9 commit 4315b04
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
223 | 231 | | |
224 | 232 | | |
225 | 233 | | |
| |||
0 commit comments