summaryrefslogtreecommitdiff
path: root/pkg/domain/entities/images.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-11-13 13:10:48 +0100
committerGitHub <noreply@github.com>2021-11-13 13:10:48 +0100
commit8f3fb743ee57964594b36fdffb7b8fc5e3ca3371 (patch)
tree7ed656fefe7ed96a7c8484d774d901d625a420ae /pkg/domain/entities/images.go
parent78bc2390f4d03ef4b179b129c69b5332c30692ce (diff)
parent6762d5e2381d79c26ecabac8c83d31d1f49e1325 (diff)
downloadpodman-8f3fb743ee57964594b36fdffb7b8fc5e3ca3371.tar.gz
podman-8f3fb743ee57964594b36fdffb7b8fc5e3ca3371.tar.bz2
podman-8f3fb743ee57964594b36fdffb7b8fc5e3ca3371.zip
Merge pull request #12270 from rhatdan/auth
--authfile command line argument for image sign command.
Diffstat (limited to 'pkg/domain/entities/images.go')
-rw-r--r--pkg/domain/entities/images.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/domain/entities/images.go b/pkg/domain/entities/images.go
index 7583ce442..54f7b5d45 100644
--- a/pkg/domain/entities/images.go
+++ b/pkg/domain/entities/images.go
@@ -373,6 +373,7 @@ type SignOptions struct {
Directory string
SignBy string
CertDir string
+ Authfile string
All bool
}