Dynamic image for Jumbotron on WordPress Custom Theme

You can add support for the built-in Custom Header feature:

https://developer.wordpress.org/themes/functionality/custom-headers/

Or use the Customize API to add your own control to the Customizer for selecting the image:

https://developer.wordpress.org/themes/customize-api/

The Custom Header feature is basically just a shortcut for using the Customize API to add a control, but you have less control over what the field is named etc.