Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Initial commit

Initial commit #39

Triggered via push November 8, 2023 20:49
Status Failure
Total duration 29s
Artifacts

ci.yaml

on: push
workflows  /  Gather add-on information
3s
workflows / Gather add-on information
workflows  /  JSON Lint
3s
workflows / JSON Lint
workflows  /  Shellcheck
7s
workflows / Shellcheck
workflows  /  YAMLLint
9s
workflows / YAMLLint
workflows  /  Prettier
5s
workflows / Prettier
workflows  /  Lint Add-on
10s
workflows / Lint Add-on
workflows  /  Hadolint
7s
workflows / Hadolint
Matrix: workflows / build
Fit to window
Zoom out
Zoom in

Annotations

12 errors
workflows / YAMLLint: repository.yaml#L1
missing document start "---"
workflows / Hadolint: cadvisor/Dockerfile#L4
DL3018 warning: Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
workflows / Hadolint: cadvisor/Dockerfile#L10
DL3047 warning: 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`).
workflows / Hadolint: cadvisor/Dockerfile#L10
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
workflows / Hadolint: cadvisor/Dockerfile#L10
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
workflows / Hadolint: cadvisor/Dockerfile#L15
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
workflows / Hadolint: cadvisor/Dockerfile#L21
DL3003 warning: Use WORKDIR to switch to a directory
workflows / Hadolint: cadvisor/Dockerfile#L33
DL3020 error: Use COPY instead of ADD for files and folders
workflows / Hadolint: cadvisor/Dockerfile#L35
DL3020 error: Use COPY instead of ADD for files and folders
workflows / Hadolint: cadvisor/Dockerfile#L36
DL3003 warning: Use WORKDIR to switch to a directory
workflows / Hadolint: cadvisor/Dockerfile#L38
DL3020 error: Use COPY instead of ADD for files and folders
workflows / Lint Add-on: cadvisor/config.yaml#L1
Add-on version identifier must be 'dev'