Skip to content

chore(docker): add dumb-init package #5

chore(docker): add dumb-init package

chore(docker): add dumb-init package #5

Triggered via push October 3, 2024 00:18
Status Success
Total duration 21s
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#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/ci/Dockerfile#L2
DL3006 warning: Always tag the version of an image explicitly
hadolint: docker/devenv/cloudshell/Dockerfile#L1
DL3007 warning: Using latest is prone to errors if the image will ever update. Pin the version explicitly to a release tag
hadolint: docker/devenv/cloudshell/Dockerfile#L1
DL3026 error: Use only an allowed registry in the FROM image
hadolint: docker/devenv/cloudshell/Dockerfile#L15
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/cloudshell/Dockerfile#L15
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
hadolint: docker/devenv/cloudshell/Dockerfile#L15
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`