Skip to content

Commit

Permalink
Remove FROM regitry rule (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
lostintangent authored and lphiri committed Dec 23, 2016
1 parent 8f27e2c commit 0983fea
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions config/default_rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,6 @@
reference_url:
- "https://docs.docker.com/reference/builder/"
- "#from"
label: "specified_registry"
regex: /[\w]+?\.[\w-]+(\:|\.)([\w.]+|(\d+)?)([/?:].*)?/
level: "info"
message: "using a specified registry in the FROM line"
description: "using a specified registry may supply invalid or unexpected base images"
reference_url:
- "https://docs.docker.com/reference/builder/"
- "#entrypoint"
MAINTAINER:
paramSyntaxRegex: /.+/
rules: []
Expand Down

0 comments on commit 0983fea

Please sign in to comment.