Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
Signed-off-by: Brandon Lum <lumjjb@gmail.com>
  • Loading branch information
lumjjb committed May 18, 2020
1 parent ed7b811 commit a6074a9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/buildah-bud.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ value can be entered. The password is entered without echo.

**--decryption-key** *key*

A reference required to perform decryption of container images. This should point to files which represent keys and/or certificates that can be used for decryption. Decryption will be tried with all keys. This feature is still *experimental*.
The [keyfile[:passphrase]] to be used for decryption of images. Keyfile can point to keys and/or certificates. Decryption will be tried with all keys. If the key is protected by a passphrase, it is required to be passed in the argument and ommitted otherwise.

**--device**=*device*

Expand Down
2 changes: 1 addition & 1 deletion docs/buildah-from.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ value can be entered. The password is entered without echo.

**--decryption-key** *key*

A reference required to perform decryption of container images. This should point to files which represent keys and/or certificates that can be used for decryption. Decryption will be tried with all keys. This feature is still *experimental*.
The [keyfile[:passphrase]] to be used for decryption of images. Keyfile can point to keys and/or certificates. Decryption will be tried with all keys. If the key is protected by a passphrase, it is required to be passed in the argument and ommitted otherwise.

**--device**=*device*

Expand Down
2 changes: 1 addition & 1 deletion docs/buildah-pull.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ value can be entered. The password is entered without echo.

**--decryption-key** *key*

A reference required to perform decryption of container images. This should point to files which represent keys and/or certificates that can be used for decryption. Decryption will be tried with all keys. This feature is still *experimental*.
The [keyfile[:passphrase]] to be used for decryption of images. Keyfile can point to keys and/or certificates. Decryption will be tried with all keys. If the key is protected by a passphrase, it is required to be passed in the argument and ommitted otherwise.

**--quiet, -q**

Expand Down
2 changes: 1 addition & 1 deletion docs/buildah-push.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Don't compress copies of filesystem layers which will be pushed.

**--encryption-key** *key*

A reference prefixed with the encryption protocol to use. The supported protocols are JWE, PGP and PKCS7. For instance, jwe:/path/to/key.pem or pgp:admin@example.com or pkcs7:/path/to/x509-file. This feature is still *experimental*.
The [protocol:keyfile] specifies the encryption protocol, which can be JWE (RFC7516), PGP (RFC4880), and PKCS7 (RFC2315) and the key material required for image encryption. For instance, jwe:/path/to/key.pem or pgp:admin@example.com or pkcs7:/path/to/x509-file.

**--format, -f**

Expand Down

0 comments on commit a6074a9

Please sign in to comment.