Skip to content

Revamp CI

Revamp CI #40

Triggered via pull request November 22, 2023 09:41
@abretaudabretaud
opened #3
renew
Status Failure
Total duration 3m 3s
Artifacts

dockerimage.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 errors
lint: Dockerfile#L8
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
lint: Dockerfile#L10
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
lint: Dockerfile#L10
DL3009 info: Delete the apt-get lists after installing something
publish
Error response from daemon: Get "https://registry-1.docker.io/v2/": unauthorized: incorrect username or password
lint: Dockerfile#L13
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
lint: Dockerfile#L13
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
lint: Dockerfile#L13
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
lint: Dockerfile#L13
DL3009 info: Delete the apt-get lists after installing something
lint: Dockerfile#L13
SC2086 info: Double quote to prevent globbing and word splitting.
lint: Dockerfile#L26
DL3013 warning: Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
lint: Dockerfile#L26
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
test
Process completed with exit code 1.