How to redirect image attachment to its original post

You want the permalink for the attachment’s parent post, so, if I am guessing correctly about the contents of $attachment

$parent_url = get_permalink($attachment->post_parent);