mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-14 12:49:36 +00:00
Currently pull policy is set incorrectly when users set --pull-never. Also pull-policy is not being translated correctly when using podman-remote. Fixes: #9573 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
3 lines
77 B
Text
3 lines
77 B
Text
FROM quay.io/libpod/busybox:latest
|
|
ADD alpinetest.tgz /data
|
|
RUN rm -rf /data
|