Podman on Windows has issues with environment variables with spaces in their name #15597
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
remote
Problem is in podman-remote
windows
issue/bug on Windows
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
It seems that
podman run
on Windows has issues when there is an environment variable set with a space in its name. When this is issue is encounteredpodman run
fails completelySteps to reproduce the issue:
Install Podman 4.2.0 for Windows
podman machine init
podman machine start
set A Test=A
podman run ubi8-micro date
Describe the results you received:
Describe the results you expected:
Expected output of the
date
commandAdditional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info
:Package info (e.g. output of
rpm -q podman
orapt list podman
):N/A. Installed using https://github.com/containers/podman/releases/download/v4.2.0/podman-v4.2.0.msi
Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/main/troubleshooting.md)
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
Tested on two different physical system running 21H1
The text was updated successfully, but these errors were encountered: