-
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
podman-remote build: COPY does not preserve hardlinks #9893
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
added
kind/bug
Categorizes issue or PR as related to a bug.
remote
Problem is in podman-remote
labels
Mar 30, 2021
A friendly reminder that this issue had no activity for 30 days. |
Still present. |
@nalind Is this the tar ball command not maintaining the hard links? |
If it's going through |
rhatdan
added a commit
to rhatdan/podman
that referenced
this issue
May 22, 2021
Fixes: containers#9893 Signed-off-by: Daniel J Walsh <[email protected]>
mheon
pushed a commit
to mheon/libpod
that referenced
this issue
May 25, 2021
Fixes: containers#9893 Signed-off-by: Daniel J Walsh <[email protected]>
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
Note that all inodes are different (expected: same for fileN), and each file's hard link count is 1 (expected: 3).
Works as expected with buildah and with non-remote podman. This almost certainly has to do with the copying of the context directory.
The text was updated successfully, but these errors were encountered: