Skip to content

All fixed?

All fixed? #247

Triggered via push September 26, 2023 01:41
Status Failure
Total duration 3m 31s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

pipeline.yml

on: push
py-lint-and-test
3m 21s
py-lint-and-test
docker-lint
6s
docker-lint
submit-coverage
38s
submit-coverage
build-and-publish
0s
build-and-publish
update-dockerhub-readme
0s
update-dockerhub-readme
Fit to window
Zoom out
Zoom in

Annotations

12 errors
docker-lint: Dockerfile#L13
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
docker-lint: Dockerfile#L18
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
docker-lint: Dockerfile#L18
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
docker-lint: Dockerfile#L18
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
docker-lint: Dockerfile#L19
DL4006 warning: Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check
docker-lint: Dockerfile#L22
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
docker-lint: Dockerfile#L22
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
docker-lint: Dockerfile#L23
DL3013 warning: Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
docker-lint: Dockerfile#L23
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
docker-lint: Dockerfile#L23
DL3042 warning: Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
submit-coverage
Process completed with exit code 4.
py-lint-and-test
Process completed with exit code 2.