feat(sage-monorepo): add GH workflow to link Dockerfile #3
Annotations
10 errors
hadolint:
apps/openchallenges/apex/Dockerfile#L3
DL3018 warning: Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
|
hadolint:
apps/openchallenges/app/Dockerfile#L5
DL3018 warning: Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
|
hadolint:
apps/openchallenges/edam-etl/Dockerfile#L9
DL3013 warning: Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
|
hadolint:
apps/openchallenges/edam-etl/Dockerfile#L9
DL3042 warning: Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
|
hadolint:
apps/openchallenges/edam-etl/Dockerfile#L20
DL3025 warning: Use arguments JSON notation for CMD and ENTRYPOINT arguments
|
hadolint:
apps/openchallenges/vault/Dockerfile#L3
DL3018 warning: Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
|
hadolint:
apps/openchallenges/vault/Dockerfile#L3
DL3019 info: Use the `--no-cache` switch to avoid the need to use `--update` and remove `/var/cache/apk/*` when done installing packages
|
hadolint:
apps/schematic/api/Dockerfile#L25
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
|
hadolint:
apps/schematic/api/Dockerfile#L25
DL3027 warning: Do not use apt as it is meant to be a end-user tool, use apt-get or apt-cache instead
|
hadolint:
apps/schematic/api/Dockerfile#L48
DL3013 warning: Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
|