Add dockerfile and docker compose file to create a docker container that build yocto images #14
10 new issues (0 max.) of at least minor severity.
Here is an overview of what got changed by this pull request:
Issues
======
- Added 10
See the complete overview on Codacy
Annotations
Check warning on line 7 in yocto-image-building/yocto-builder.dockerfile
codacy-production / Codacy Static Code Analysis
yocto-image-building/yocto-builder.dockerfile#L7
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Check notice on line 7 in yocto-image-building/yocto-builder.dockerfile
codacy-production / Codacy Static Code Analysis
yocto-image-building/yocto-builder.dockerfile#L7
Use ./*glob* or -- *glob* so names with dashes won't become options.
Check warning on line 7 in yocto-image-building/yocto-builder.dockerfile
codacy-production / Codacy Static Code Analysis
yocto-image-building/yocto-builder.dockerfile#L7
Use WORKDIR to switch to a directory
Check notice on line 36 in yocto-image-building/yocto-builder.dockerfile
codacy-production / Codacy Static Code Analysis
yocto-image-building/yocto-builder.dockerfile#L36
Avoid additional packages by specifying `--no-install-recommends`
Check notice on line 36 in yocto-image-building/yocto-builder.dockerfile
codacy-production / Codacy Static Code Analysis
yocto-image-building/yocto-builder.dockerfile#L36
Delete the apt-get lists after installing something
Check warning on line 36 in yocto-image-building/yocto-builder.dockerfile
codacy-production / Codacy Static Code Analysis
yocto-image-building/yocto-builder.dockerfile#L36
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Check notice on line 43 in yocto-image-building/yocto-builder.dockerfile
codacy-production / Codacy Static Code Analysis
yocto-image-building/yocto-builder.dockerfile#L43
Avoid additional packages by specifying `--no-install-recommends`
Check notice on line 43 in yocto-image-building/yocto-builder.dockerfile
codacy-production / Codacy Static Code Analysis
yocto-image-building/yocto-builder.dockerfile#L43
Delete the apt-get lists after installing something
Check warning on line 43 in yocto-image-building/yocto-builder.dockerfile
codacy-production / Codacy Static Code Analysis
yocto-image-building/yocto-builder.dockerfile#L43
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Check warning on line 52 in yocto-image-building/yocto-builder.dockerfile
codacy-production / Codacy Static Code Analysis
yocto-image-building/yocto-builder.dockerfile#L52
Use WORKDIR to switch to a directory