Kubernetes List all Images in Pods

kubectl \
    exec \
    --stdin \
    --tty \
    ${pod_name} \
    -- \
    /bin/sh