From fbd0fccf89f994a90fbc8d63e9c90942acdbc201 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Sat, 9 May 2020 09:09:35 -0500 Subject: v2podman image sign this is a straight port to add the podman image sign command. no improvements or refactoring done Signed-off-by: Brent Baude --- pkg/domain/infra/tunnel/images.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkg/domain/infra/tunnel/images.go') diff --git a/pkg/domain/infra/tunnel/images.go b/pkg/domain/infra/tunnel/images.go index 00893194c..788752fd8 100644 --- a/pkg/domain/infra/tunnel/images.go +++ b/pkg/domain/infra/tunnel/images.go @@ -264,3 +264,7 @@ func (ir *ImageEngine) Tree(ctx context.Context, nameOrId string, opts entities. // Shutdown Libpod engine func (ir *ImageEngine) Shutdown(_ context.Context) { } + +func (ir *ImageEngine) Sign(ctx context.Context, names []string, options entities.SignOptions) (*entities.SignReport, error) { + return nil, errors.New("not implemented yet") +} -- cgit v1.2.3-54-g00ecf