Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dockerfile and docker compose file to create a docker container that build yocto images #14

Closed
wants to merge 2 commits into from

updated docker file to automate configuration of locales and creation…

3cd3c8c
Select commit
Loading
Failed to load commit list.
Closed

Add dockerfile and docker compose file to create a docker container that build yocto images #14

updated docker file to automate configuration of locales and creation…
3cd3c8c
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Mar 19, 2024 in 0s

10 new issues (0 max.) of at least minor severity.

Codacy 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

yocto-image-building/yocto-builder.dockerfile#L52

Use WORKDIR to switch to a directory