Closed bszeti closed 4 years ago
@TomSweeneyRedHat Any ideas?
@mheon, none atm unfortunately.
A friendly reminder that this issue had no activity for 30 days.
If this is not working in podman 1.9.0, we need to look at this functionality in podman 2.0.0 as we move to the new API.
Should be fixedin podman 2.0
@rhatdan In podman 2.2.1, this is still not fixed.
Please open an new issue with a reproducer.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Podman remote-client v1.8.0 drops error for
podman build
:Probably the directory (/var/tmp/buildTarball334075740) is duplicated in the path where it looks for the uploaded files.
The same command works with Podman remote-client v1.6.1
Steps to reproduce the issue:
Use podman remote-client v.1.8.0
Create a Dockerfile in the current directory with a simple Docker build like:
FROM registry.redhat.io/ubi8/ubi
Try to use podman build command:
podman build --remote-host mylinuxhost --username root --tag mytag .
Describe the results you received: Error: error reading info about "/var/tmp/buildTarball334075740/var/tmp/buildTarball334075740/Dockerfile": stat /var/tmp/buildTarball334075740/var/tmp/buildTarball334075740/Dockerfile: no such file or directory
Describe the results you expected: Successful build. The same command works with remote-client v1.6.1
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
: Tried with server v1.8.0 and v1.8.1.Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Additional environment details (AWS, VirtualBox, physical, etc.): Using Fedora31 in VirtualBox as the Linux host for Podman remote-client.