Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Docker
Images
Commits
1847ce3e
Commit
1847ce3e
authored
Aug 19, 2018
by
Erick Hitter
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix/1-hadolint' into 'master'
Add basic linting Closes
#1
See merge request
!3
parents
007008cb
55e81057
Pipeline
#508
passed with stage
in 1 minute and 26 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
.gitlab-ci.yml
.gitlab-ci.yml
+5
-0
No files found.
.gitlab-ci.yml
0 → 100644
View file @
1847ce3e
lint_dockerfile
:
stage
:
test
image
:
hadolint/hadolint:latest-debian
script
:
-
find . -name "Dockerfile" -execdir hadolint {} \;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment