prompt-less signing via passphrase file

To support signing images without prompting the user, add CLI flags for
providing a passphrase file.

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
Valentin Rothberg
2022-01-20 11:55:23 +01:00
parent 639aabbaf3
commit bb49923af4
95 changed files with 3369 additions and 191 deletions

2
go.mod
View File

@@ -4,7 +4,7 @@ go 1.12
require (
github.com/containers/common v0.47.0
github.com/containers/image/v5 v5.18.0
github.com/containers/image/v5 v5.19.0
github.com/containers/ocicrypt v1.1.2
github.com/containers/storage v1.38.0
github.com/docker/docker v20.10.12+incompatible