Skip to content

docs(readme): update docs #1

docs(readme): update docs

docs(readme): update docs #1

Triggered via push August 31, 2024 18:50
Status Success
Total duration 21s
Artifacts
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#L19
DL3018 warning: Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
hadolint: docker/devenv/base/Dockerfile#L12
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#L48
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#L75
SC2086 info: Double quote to prevent globbing and word splitting.
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>`