From 7132065cebc606fb5f2dd6387129cd583dcae180 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Tue, 21 Mar 2017 15:58:12 +0100 Subject: [PATCH] Add `reference` filter to the list of available filters The `reference` filter is documented in the file, but is not present in the list of available filters. Signed-off-by: Vincent Demeester Upstream-commit: d42d6b79391fa7586c5372c096cf9f43e224e0d6 Component: cli --- components/cli/docs/reference/commandline/images.md | 1 + components/cli/man/src/image/ls.md | 1 + 2 files changed, 2 insertions(+) diff --git a/components/cli/docs/reference/commandline/images.md b/components/cli/docs/reference/commandline/images.md index 82c572e3ba..9f7f555ed6 100644 --- a/components/cli/docs/reference/commandline/images.md +++ b/components/cli/docs/reference/commandline/images.md @@ -158,6 +158,7 @@ The currently supported filters are: * label (`label=` or `label==`) * before (`[:]`, `` or ``) - filter images created before given id or references * since (`[:]`, `` or ``) - filter images created since given id or references +* reference (pattern of an image reference) - filter images whose reference matches the specified pattern #### Show untagged images (dangling) diff --git a/components/cli/man/src/image/ls.md b/components/cli/man/src/image/ls.md index bb673b008c..7e32749911 100644 --- a/components/cli/man/src/image/ls.md +++ b/components/cli/man/src/image/ls.md @@ -21,6 +21,7 @@ Filters the output based on these conditions: - label= or label== - before=([:tag]||) - since=([:tag]||) + - reference=(pattern of an image reference) ## Format