mirror of
https://github.com/containers/podman.git
synced 2025-12-03 03:39:44 +08:00
Update podman build to match buildah bud functionality
Add --label, --annotations, --idfile, --squash Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #824 Approved by: TomSweeneyRedHat
This commit is contained in:
committed by
Atomic Bot
parent
d252fa710e
commit
915364034f
2
vendor/github.com/projectatomic/buildah/pkg/parse/parse.go
generated
vendored
2
vendor/github.com/projectatomic/buildah/pkg/parse/parse.go
generated
vendored
@@ -88,7 +88,7 @@ func parseSecurityOpts(securityOpts []string, commonOpts *buildah.CommonBuildOpt
|
||||
}
|
||||
con := strings.SplitN(opt, "=", 2)
|
||||
if len(con) != 2 {
|
||||
return errors.Errorf("Invalid --security-opt 1: %q", opt)
|
||||
return errors.Errorf("Invalid --security-opt name=value pair: %q", opt)
|
||||
}
|
||||
|
||||
switch con[0] {
|
||||
|
||||
Reference in New Issue
Block a user