-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Cannot build Dockerfile
in /tmp/
on macos
#11732
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
Thanks for reaching out, @bbannier. @ashley-cui @baude PTAL |
Does it work if you run |
No, similar error (different random directory though),
|
I can reproduce with podman-remote, it looks like symlinks are not handled correctly. |
@Luap99 can you share your reproducer? |
|
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
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
/kind bug
Description
Building a
Dockerfile
residing in/tmp/
does not seem to work on macos.Steps to reproduce the issue:
Running podman-3.3.1 on macos-10.15.7
Create a
Dockerfile
in/tmp/
Attempting to build the container fails with what looks like a sync issue to the podman VM.
Describe the results you expected:
I would have expected that either building in
/tmp/
works like building in any other directory, or that the build would have failed with a more helpful diagnostic message.Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/master/troubleshooting.md)
Yes/No (Homebrew formula seems outdated against--HEAD
)The text was updated successfully, but these errors were encountered: