Skip to content

[Sylius Hackathon - Paris Mars 2025] Add FrankenPHP build #26

[Sylius Hackathon - Paris Mars 2025] Add FrankenPHP build

[Sylius Hackathon - Paris Mars 2025] Add FrankenPHP build #26

Triggered via pull request March 30, 2025 17:56
Status Success
Total duration 15s
Artifacts

hadolint.yaml

on: pull_request
Dockerfile check
7s
Dockerfile check
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Dockerfile check: php-fixuid/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
Dockerfile check: php-fixuid/Dockerfile#L12
SC2059 info: Don't use variables in the printf format string. Use printf '..%s..' "$foo".
Dockerfile check: php/Dockerfile#L10
DL3018 warning: Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
Dockerfile check: php/Dockerfile#L22
DL3018 warning: Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
Dockerfile check: php/Dockerfile#L22
SC2086 info: Double quote to prevent globbing and word splitting.
Dockerfile check: php/Dockerfile#L22
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