mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2025-08-06 06:07:18 +02:00
Fix dockerfile lint
This commit is contained in:
parent
c42fc6a251
commit
3ef8b2737b
@ -31,8 +31,8 @@ cleanup:
|
|||||||
lint:
|
lint:
|
||||||
stage: lint
|
stage: lint
|
||||||
image: hadolint/hadolint:latest-alpine
|
image: hadolint/hadolint:latest-alpine
|
||||||
# DL3007: We don't need image version pins, we use the bleeding edge
|
# DL3018: We don't need apk version pins, we use the bleeding edge
|
||||||
script: hadolint --ignore DL3007 Dockerfile.template
|
script: hadolint --ignore DL3018 Dockerfile.template
|
||||||
except:
|
except:
|
||||||
- releases
|
- releases
|
||||||
- tags
|
- tags
|
||||||
|
Loading…
Reference in New Issue
Block a user