podman play kube
does not seem to respect WORKDIR set in Dockerfile
#5174
Labels
Good First Issue
This issue would be a good issue for a first time contributor to undertake.
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.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
podman play kube
does not seem to respectWORKDIR
set inDockerfile
Steps to reproduce the issue:
demo.Dockerfile
as example container:Build using:
buildah bud -t localhost/demo:1.0 -f demo.Dockerfile
podman run
gives:demo.yaml
as example kube pod:podman play kube
gives:Describe the results you received:
pwd
returns/
when usingpodman play kube
.Describe the results you expected:
pwd
returns/bin
when usingpodman play kube
(or whatever else is specified as argument toWORKDIR
)Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Additional environment details (AWS, VirtualBox, physical, etc.):
physical
The text was updated successfully, but these errors were encountered: