Skip to content

Commit

Permalink
ignore hadolint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaker Gilbert committed Jan 31, 2024
1 parent da182cb commit f781b3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/super-linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Docker-linter
uses: super-linter/super-linter/[email protected]
env:
HADOLINT_IGNORE: DL3004
HADOLINT_IGNORE: DL3003,DL3004,DL3007,DL3029,DL3041,DL4006
FILTER_REGEX_INCLUDE: ./openshift/builds/*/.*Dockerfile
DEFAULT_BRANCH: main
# To report GitHub Actions status checks
Expand Down
2 changes: 1 addition & 1 deletion openshift/builds/podman/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 quay.io/podman/stable:v4.8.3
FROM quay.io/podman/stable:v4.8.3
LABEL org.opencontainers.image.source https://github.com/shakerg/kubernoodles
# Target architecture
ARG TARGETPLATFORM=linux/amd64
Expand Down

0 comments on commit f781b3d

Please sign in to comment.