Skip to content

chore(global): commit everything before the scheduled trial VM shutdown #6

chore(global): commit everything before the scheduled trial VM shutdown

chore(global): commit everything before the scheduled trial VM shutdown #6

Triggered via push October 12, 2024 14:12
Status Success
Total duration 18s
Artifacts
hadolint
9s
hadolint
Fit to window
Zoom out
Zoom in

Annotations

10 errors
hadolint: docker/caddy/Dockerfile#L2
DL3007 warning: Using latest is prone to errors if the image will ever update. Pin the version explicitly to a release tag
hadolint: docker/caddy/Dockerfile#L21
DL3048 style: Invalid label key.
hadolint: docker/caddy/Dockerfile#L30
DL3018 warning: Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
hadolint: docker/devenv/base/Dockerfile#L11
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
hadolint: docker/devenv/base/Dockerfile#L47
DL3004 error: Do not use sudo as it leads to unpredictable behavior. Use a tool like gosu to enforce root
hadolint: docker/devenv/base/Dockerfile#L47
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
hadolint: docker/devenv/base/Dockerfile#L58
SC1133 error: Unexpected start of line. If breaking lines, |/||/&& should be at the end of the previous one.
hadolint: docker/devenv/base/Dockerfile#L64
SC2046 warning: Quote this to prevent word splitting.
hadolint: docker/devenv/base/Dockerfile#L69
DL3027 warning: Do not use apt as it is meant to be a end-user tool, use apt-get or apt-cache instead
hadolint: docker/devenv/base/Dockerfile#L89
DL3004 error: Do not use sudo as it leads to unpredictable behavior. Use a tool like gosu to enforce root