Skip to content
Snippets Groups Projects
Commit 95c48f4c authored by Erick Hitter's avatar Erick Hitter
Browse files

Hadolint image doesn't include Docker itself.

parent 3ea71c9d
Branches
No related tags found
1 merge request!5Automated image builds for registry
Pipeline #516 passed
...@@ -13,6 +13,8 @@ before_script: ...@@ -13,6 +13,8 @@ before_script:
lint_dockerfile: lint_dockerfile:
stage: test stage: test
image: hadolint/hadolint:latest-debian image: hadolint/hadolint:latest-debian
before_script:
- date
script: script:
- find . -name "Dockerfile" -execdir hadolint {} \; - find . -name "Dockerfile" -execdir hadolint {} \;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment