feat: Add hadolint docker pre-commit hook (#2135)

This commit is contained in:
Ayaz Salikhov
2025-05-19 12:50:06 +01:00
committed by GitHub
parent 27b37ade7b
commit 7dee6413ae
5 changed files with 30 additions and 7 deletions

View File

@@ -3,6 +3,8 @@ ARG DEBIAN_FRONTEND=noninteractive
ARG TARGETARCH
SHELL ["/bin/bash", "-c"]
# hadolint ignore=DL3002
USER root
WORKDIR /root