Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hashworks
archlinux-docker
Commits
2f647bce
Verified
Commit
2f647bce
authored
Nov 02, 2020
by
hashworks
Browse files
Drop DL3007 from ignore list since we pin alpine:3.12
parent
0ad84af7
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2f647bce
...
...
@@ -12,9 +12,8 @@ stages:
lint
:
stage
:
lint
image
:
hadolint/hadolint:latest
# DL3007: We use the latest tag for multistage build
# DL3018: We don't need alpine version pins
script
:
hadolint --ignore
DL3007 --ignore
DL3018 --ignore DL3020 Dockerfile.template
script
:
hadolint --ignore DL3018 --ignore DL3020 Dockerfile.template
except
:
-
releases
-
tags
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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