-
Notifications
You must be signed in to change notification settings - Fork 785
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
COPY --link
not supported in Containerfile
#4438
Comments
Hi @sanmai-NL , Thanks for creating the issue. This looks like duplicate of #4325, could you please track #4325. I'm closing this issue but please feel free to re-open. |
I'm a bit frustrated to have sought for open issues, and you point to |
@sanmai-NL ah I am sorry for inconvenience, |
In that sense, is any integration work needed after completing the feature in Buildah? Then this issue should be left open, no? I read about the integration between Podman and Buildah ... in the Buildah README. Can you clarify the places where to report issues in the issue template? No need to apologize, just hope to save future contributors time. |
Features from buildah are automatically vendor-ed into podman on every new release usually folks just comment on buildah tickets requesting to cut a release. |
@flouthoc you can simply transfer the issue to buildah, no reason to close and recreate the issue. |
A friendly reminder that this issue had no activity for 30 days. |
Closing since we should work with the existing issue #4325 |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind feature
Docker Engine incompatibility. Added with Dockerfile 1.4.
See: https://docs.docker.com/engine/reference/builder/#copy---link
Description
I want to use this feature, not being able to use the feature harms CI times as well as local development times when large data copying is interspersed with
RUN
commands.Steps to reproduce the issue:
Containerfile
:podman buildx build .
Describe the results you received:
Describe the results you expected:
Container image built.
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info
:Not applicable.
Package info (e.g. output of
rpm -q podman
orapt list podman
orbrew info podman
):Not applicable.
Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/main/troubleshooting.md)
Yes/No
Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: