mirror of
https://github.com/containers/podman.git
synced 2025-12-02 19:28:58 +08:00
Bump Buidah to v1.42.0 for Podman v5.7
Vendor Buildah v1.42.0 into Podman for v5.7.0. This will also drag in: go.podman.io/common v0.66.0 go.podman.io/image v5.38.0 go.podman.io/storage v1.61.0 Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
This commit is contained in:
2
vendor/github.com/containers/buildah/pkg/cli/build.go
generated
vendored
2
vendor/github.com/containers/buildah/pkg/cli/build.go
generated
vendored
@@ -474,7 +474,7 @@ func readBuildArgFile(buildargfile string, args map[string]string) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
for _, arg := range strings.Split(string(argfile), "\n") {
|
||||
for arg := range strings.SplitSeq(string(argfile), "\n") {
|
||||
if len(arg) == 0 || arg[0] == '#' {
|
||||
continue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user