From 3eb4bea2e3ef21210b41d8f3df38449ea793651c Mon Sep 17 00:00:00 2001 From: kubasobon Date: Fri, 17 Feb 2023 16:11:53 +0100 Subject: [PATCH] update documentation Signed-off-by: kubasobon --- docs/skopeo-sync.1.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/skopeo-sync.1.md b/docs/skopeo-sync.1.md index de0e6a5a1a..2734a1857e 100644 --- a/docs/skopeo-sync.1.md +++ b/docs/skopeo-sync.1.md @@ -215,6 +215,10 @@ registry.example.com: - "sha256:0000000000000000000000000000000011111111111111111111111111111111" images-by-tag-regex: nginx: ^1\.13\.[12]-alpine-perl$ + images-by-semver: + alpine: + - "3.12 - 3.13" + - ">= 3.17" credentials: username: john password: this is a secret @@ -235,6 +239,7 @@ This will copy the following images: - Repository `registry.example.com/redis`: images tagged "1.0" and "2.0" along with image with digest "sha256:0000000000000000000000000000000011111111111111111111111111111111". - Repository `registry.example.com/nginx`: images tagged "1.13.1-alpine-perl" and "1.13.2-alpine-perl". - Repository `quay.io/coreos/etcd`: images tagged "latest". +- Repository `registry.example.com/alpine`: all images with tags satisfying either "3.12 - 3.13" condition ("3.12.0", "3.12.1"...) or ">= 3.17" ("3.17.5", "3.19.0", "4.0.0"...) For the registry `registry.example.com`, the "john"/"this is a secret" credentials are used, with server TLS certificates located at `/home/john/certs`.