Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

podman-remote build -f does not recognize - (minus, i.e. stdin) #10621

Closed
edsantiago opened this issue Jun 9, 2021 · 0 comments · Fixed by #10651
Closed

podman-remote build -f does not recognize - (minus, i.e. stdin) #10621

edsantiago opened this issue Jun 9, 2021 · 0 comments · Fixed by #10651
Assignees
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

Comments

@edsantiago
Copy link
Member

Special case not caught by #10550.

$ mkdir aaa                ! empty dir, needed to avoid pushing entire pwd as context
$ echo "FROM scratch" | ./bin/podman-remote build -t foo -f - aaa
Error: error building: no stages to build

Works fine with non-remote podman.

@edsantiago edsantiago added the remote Problem is in podman-remote label Jun 9, 2021
@mheon mheon added the kind/bug Categorizes issue or PR as related to a bug. label Jun 10, 2021
rhatdan added a commit to rhatdan/podman that referenced this issue Jun 11, 2021
@rhatdan rhatdan self-assigned this Jun 11, 2021
mheon pushed a commit to mheon/libpod that referenced this issue Jun 24, 2021
@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Sep 21, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants