Docker image for building BBB BSP : bsp version management

Hello

I am writing an dockerfile to make a docker image which contains the development environment and build outputs of bbb bsp.

The github url is : https://github.com/hcyang1012/Beaglbone_Black_Build_Docker

And The built docker image url is : https://hub.docker.com/r/hcyang1012/bbb_bsp/

This build script refers the versions of uboot and kernel very strictally because I don’t know how their versioning works.

So it would be very appreciate if someone lets me know how to make this script fetch the recent versions of items automatically.

Also please give me comments to this scripts to improve the build environments. Any small one will be very pleasing comment to me.

Thanks a lot

Best regards

Heecheol Yang.