Dockerfile COPY command not working, no build context available (Windows 10 Pro host/Hyper-V guest Ubuntu 20.04) #11259
Labels
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
BUG REPORT INFORMATION
Description
Building on Windows 10 Pro
Target Hyper-V VM in same machine
NO build context is used in podman build.
COPY commands in Dockerfile fail
Steps to reproduce the issue:
Setup remote podman (Hyper-V Host/Windows Guest/Hyper-V guest VM Ubuntu 20.04)
Unzip attached dockerfile_dir.zip into a freshly created Windows directory of your choice. The created directory should look like this:
.
│ Dockerfile
│ test.txt
│
└───data/
test.txt
Run podman build -t test . in that freshly created Windows directory
Describe the results you received:
Describe the results you expected:
This is from running docker build in the same directory
Output of
podman info
:Output of
cat /etc/*release
:On my Hyper-VM VM
Output of
uname -a
:Output of
cat /etc/containers/storage.conf
:The text was updated successfully, but these errors were encountered: