WSL/SLF GitLab Repository
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
EnviDat
ckan-container
Commits
970c6242
Commit
970c6242
authored
Jan 05, 2022
by
Sam
Browse files
ignore apk package pinning in dockerfile
parent
2b5ef34b
Changes
1
Hide whitespace changes
Inline
Side-by-side
.pre-commit-config.yaml
View file @
970c6242
...
...
@@ -25,7 +25,7 @@ repos:
hooks
:
-
id
:
hadolint-docker
entry
:
hadolint/hadolint:v2.8.0 hadolint
args
:
[
"
--ignore=DL3008"
,
"
--ignore=DL3013"
]
args
:
[
"
--ignore=DL3008"
,
"
--ignore=DL3013"
,
"
--ignore=DL3018"
]
# Lint: YAML
-
repo
:
https://github.com/adrienverge/yamllint.git
...
...
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