add mira-version.txt and use in dockerfile #9
Annotations
10 errors
packages/funman/Dockerfile#L13
DL3007 warning: Using latest is prone to errors if the image will ever update. Pin the version explicitly to a release tag
|
packages/funman/Dockerfile#L18
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
packages/funman/Dockerfile#L30
SC2046 warning: Quote this to prevent word splitting.
|
packages/funman/Dockerfile#L36
SC2086 info: Double quote to prevent globbing and word splitting.
|
packages/gollm/Dockerfile#L18
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
packages/gollm/Dockerfile#L30
SC2046 warning: Quote this to prevent word splitting.
|
packages/gollm/Dockerfile#L32
SC2086 info: Double quote to prevent globbing and word splitting.
|
packages/gollm/Dockerfile#L32
DL3047 info: Avoid use of wget without progress bar. Use `wget --progress=dot:giga <url>`. Or consider using `-q` or `-nv` (shorthands for `--quiet` or `--no-verbose`).
|
packages/mira/Dockerfile#L18
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
packages/mira/Dockerfile#L30
SC2046 warning: Quote this to prevent word splitting.
|
This job succeeded
Loading