mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
Add authfile, cert-dir and creds params to build
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com> Closes: #280 Approved by: mheon
This commit is contained in:

committed by
Atomic Bot

parent
2dfd048545
commit
03cfe5ebbe
@ -700,15 +700,18 @@ _podman_build() {
|
||||
"
|
||||
|
||||
local options_with_args="
|
||||
--signature-policy
|
||||
--runtime
|
||||
--runtime-flag
|
||||
--tag
|
||||
-t
|
||||
--authfile
|
||||
--build-arg
|
||||
--cert-dir
|
||||
--creds
|
||||
--file
|
||||
-f
|
||||
--build-arg
|
||||
--format
|
||||
--runtime
|
||||
--runtime-flag
|
||||
--signature-policy
|
||||
--tag
|
||||
-t
|
||||
"
|
||||
|
||||
local all_options="$options_with_args $boolean_options"
|
||||
|
Reference in New Issue
Block a user