-
Notifications
You must be signed in to change notification settings - Fork 427
Open
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugcontainersIssue in vscode-remote containersIssue in vscode-remote containerspodmanDev Container using PodmanDev Container using Podman
Description
- VSCode Version:
1.109.5
072586267e68ece9a47aa43f8c108e0dcbf44622
x64 - Local OS Version: PopOS 22.04
- Remote OS Version: Dev container
- Remote Extension/Connection Type: Dev Containers
- Logs: see below
Steps to Reproduce:
- Use
podmaninstead ofdockerand set"dev.containers.dockerPath": "podman",in config - Set a
dotfiles.repository - Start a dev container
The dev container logs show the following error for me:
[5085 ms] Start: Run in container: # Clone & install dotfiles
[5086 ms] /bin/sh: 13: 93db8a79-c20e-4005-8c5b-e4c76f8a46260: not found
[5086 ms] /bin/sh: 13: <user>@c00a1fdbd57c:: not found
Does this issue occur when you try this locally?: No
Does this issue occur when you try this locally and all extensions are disabled?: No
(Maybe it's related to #5447?)
Workaround
Adding the following to my .devcontainers.json fixed the issue for me:
"userEnvProbe": "loginShell",Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugcontainersIssue in vscode-remote containersIssue in vscode-remote containerspodmanDev Container using PodmanDev Container using Podman