Feature Addition Regression 0.275.1 -> 0.282.0 with Podman + SELinux #8557
Labels
bug
Issue identified by VS Code Team member as probable bug
containers
Issue in vscode-remote containers
podman
Dev Container using Podman
As of
v0.282.0
of thems-vscode-remote.remote-containers
extension, adding a dev container feature to a container in a Podman + SELinux environment results in a build failure withcp: cannot access '/tmp/build-features-src/common-utils_1': Permission denied
. This is likely a result of the change to mounting the/tmp/build-features-src/common-utils_1
directory with--mount=type=bind
, see: containers/podman#15423VSCode Version:
1.77.3
Local OS Version:
Red Hat Enterprise Linux release 8.7 (Ootpa)
Remote OS Version:
node:18-bullseye
Remote Extension/Connection Type:
Containers
Logs:
Steps to Reproduce:
dev.containers.dockerPath
to point to an instance ofpodman
ghcr.io/devcontainers/features/common-utils:2.0.10
)Does this issue occur when you try this locally?: Yes
Does this issue occur when you try this locally and all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: