From nobody Mon Feb 9 04:03:43 2026 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1563364496; cv=none; d=zoho.com; s=zohoarc; b=Ci15Cfqkt92rftGhc1WZ0ujTaQuwf5OyyOlbSocos+bOGnJpGnHyyNF6P5WkmvgRScy5cGQE3KjJUH85T2GrKOMSSh+IabndetPqS130fHPtfHMZKCsySzoNxM23wO958rQxj4FNgqd7mh3AFWtD0YZO8uleDlcjrRKXfKvZ5ts= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1563364496; h=Content-Type:Content-Transfer-Encoding:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results; bh=aF7xVhMHQcq+cc9Jq6d/RtGKCgzATc53iDr3rYk9Zh0=; b=IfATrH7JWfIG00FMY67FFhC36ky74eMzbG/dCYZfuP8CC/D0lWBVYIDFg6rUqGm5QdvbI0K38tP+WN7IEjskTK9d1IFhJ78b5uFhKcKkM2C9Wo43N2NE60qUjuxzLsPOawKV99RUzCr84unJzfN33IcquLf8X+x9KCFyph7XpUw= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1563364496503101.15143158832348; Wed, 17 Jul 2019 04:54:56 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id BC500308FC47; Wed, 17 Jul 2019 11:54:54 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 93EE01001DD7; Wed, 17 Jul 2019 11:54:54 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 5BA3D18045E8; Wed, 17 Jul 2019 11:54:54 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x6HBsSwj031502 for ; Wed, 17 Jul 2019 07:54:28 -0400 Received: by smtp.corp.redhat.com (Postfix) id EB3A41001E75; Wed, 17 Jul 2019 11:54:28 +0000 (UTC) Received: from kinshicho.brq.redhat.com (unknown [10.43.2.73]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 7637B10190A2 for ; Wed, 17 Jul 2019 11:54:28 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Wed, 17 Jul 2019 13:54:08 +0200 Message-Id: <20190717115409.1452-20-abologna@redhat.com> In-Reply-To: <20190717115409.1452-1-abologna@redhat.com> References: <20190717115409.1452-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-loop: libvir-list@redhat.com Subject: [libvirt] [jenkins-ci PATCH 19/20] quayadmin: Add create-tag command X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.43]); Wed, 17 Jul 2019 11:54:55 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Signed-off-by: Andrea Bolognani --- guests/quayadmin | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/guests/quayadmin b/guests/quayadmin index 69282da..ad26c75 100755 --- a/guests/quayadmin +++ b/guests/quayadmin @@ -227,6 +227,26 @@ def run_show_tag(config, args): return 1 =20 =20 +def run_create_tag(config, args): + endpoint =3D "/repository/{}/{}/tag/{}".format(args.namespace, args.re= po, + args.tag) + payload =3D { + "image": args.image, + } + + res =3D put(config, endpoint, payload=3Dpayload, debug=3Dargs.debug) + + if has_error(args.quiet, res, 201, + "Cannot create tag {} for repository {}/{}" + .format(args.tag, args.namespace, args.repo)): + return 1 + + if not args.quiet: + print("Tag {} created in repository {}/{}".format(args.tag, + args.namespace, + args.repo)) + + def run_list_builds(config, args): endpoint =3D "/repository/{}/{}/build".format(args.namespace, args.rep= o) =20 @@ -352,6 +372,10 @@ def add_arg_tag(parser): parser.add_argument("tag", help=3D"Tag ID") =20 =20 +def add_arg_image(parser): + parser.add_argument("image", help=3D"Image ID") + + def build_parser_list_repos(subparser): parser =3D subparser.add_parser("list-repos", help=3D"List container r= epositories") =20 @@ -407,6 +431,17 @@ def build_parser_show_tag(subparser): add_arg_tag(parser) =20 =20 +def build_parser_create_tag(subparser): + parser =3D subparser.add_parser("create-tag", help=3D"Create a new tag= ") + + parser.set_defaults(func=3Drun_create_tag) + + add_arg_namespace(parser) + add_arg_repo(parser) + add_arg_tag(parser) + add_arg_image(parser) + + def build_parser_list_builds(subparser): parser =3D subparser.add_parser("list-builds", help=3D"List repository= builds") =20 @@ -474,6 +509,7 @@ def build_parser(): =20 build_parser_list_tags(subparser) build_parser_show_tag(subparser) + build_parser_create_tag(subparser) =20 build_parser_list_builds(subparser) build_parser_show_build(subparser) --=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list