chainyo opened a new pull request, #67563: URL: https://github.com/apache/airflow/pull/67563
## What\n\nThis adds an advisory Rudolint workflow for Dockerfiles. The job is intentionally non-blocking and exits zero so maintainers can evaluate the BuildKit-focused signal before deciding whether to enforce anything.\n\nThe accompanying .rudolint.yaml mirrors Airflow's existing Hadolint ignores and suppresses legacy Hadolint comment migration noise, so the initial output focuses on BuildKit-specific findings.\n\n## Why\n\nThis follows up on #67553. Airflow already has Hadolint coverage; this PR only adds an optional signal for modern BuildKit patterns such as cache mounts, secret mounts, syntax directives, and target-platform-aware downloads.\n\n## Validation\n\n- rudolint check . --config .rudolint.yaml --exit-zero --color never\n- git diff --check upstream/main...HEAD\n\nThe local rudolint run reports 13 advisory findings across 5 files and exits successfully.\n\ncloses: #67553 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
