Get the id of all images in a post

If it is post-thumbnail, it will return the ID:-

<?php $post_thumbnail_id = get_post_thumbnail_id( $post_id ); ?> 

try this.