From 26644d7cb85d5935bb59c7891ac9a81d6092673c Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Sun, 29 Mar 2020 18:21:44 -0500 Subject: podman v2 image tag and untag add the ability to tag and untag images in podmanv2 Signed-off-by: Brent Baude --- pkg/domain/entities/images.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkg/domain/entities/images.go') diff --git a/pkg/domain/entities/images.go b/pkg/domain/entities/images.go index 8e3f49be3..41579398b 100644 --- a/pkg/domain/entities/images.go +++ b/pkg/domain/entities/images.go @@ -171,3 +171,6 @@ type ImagePruneReport struct { Report Report Size int64 } + +type ImageTagOptions struct{} +type ImageUntagOptions struct{} -- cgit v1.2.3-54-g00ecf