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