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