/podman-copy

Primary LanguageDockerfile

podman build bug: COPY to absolute paths is relative to WORKDIR

issue

run in the container:

expected:

$ cat /bin/foo
foo

result:

$ cat /bin/foo
file not found
$ cat /var/bin/foo
foo