I can pull down an image with podman pull
podman pull alpine:3
This currently pulls the image down as,
REPOSITORY TAG IMAGE ID CREATED SIZE
docker.io/library/alpine 3 14119a10abf4 5 weeks ago 5.87 MB
Is there anyway to save that image for future reference as localhost/foo?