v2trust set and show

add podman image trust set and show

Signed-off-by: baude <bbaude@redhat.com>
Signed-off-by: bbaude <bbaude@DESKTOP-SH5EG3J.localdomain>
Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
baude
2020-05-06 15:24:54 -05:00
committed by Brent Baude
parent 7cd2e35203
commit e9a17da1c5
9 changed files with 385 additions and 1 deletions

View File

@ -21,7 +21,6 @@ var _ = Describe("Podman trust", func() {
)
BeforeEach(func() {
Skip(v2fail)
tempdir, err = CreateTempDirInTempDir()
if err != nil {
os.Exit(1)