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
90da405d
Verified
Commit
90da405d
authored
Mar 25, 2021
by
hashworks
Browse files
Use hadolint:latest-alpine since :latest no longer contains a shell
parent
4b0bc2dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
90da405d
...
...
@@ -11,7 +11,7 @@ stages:
lint
:
stage
:
lint
image
:
hadolint/hadolint:latest
image
:
hadolint/hadolint:latest
-alpine
# DL3018: We don't need alpine version pins
script
:
hadolint --ignore DL3018 Dockerfile.template
except
:
...
...
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