mirror of
https://github.com/containers/podman.git
synced 2025-12-03 11:49:18 +08:00
Set --force-rm for podman build to true by default
Since we use buildah containers for the build process, the user will not know if we have any buildah containers lingering due to a failed build. Setting this to true by default till we figure out a better way to solve this. Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
This commit is contained in:
1
vendor/github.com/containers/buildah/buildah.go
generated
vendored
1
vendor/github.com/containers/buildah/buildah.go
generated
vendored
@@ -224,6 +224,7 @@ func GetBuildInfo(b *Builder) BuilderInfo {
|
||||
ContainerID: b.ContainerID,
|
||||
MountPoint: b.MountPoint,
|
||||
ProcessLabel: b.ProcessLabel,
|
||||
MountLabel: b.MountLabel,
|
||||
ImageAnnotations: b.ImageAnnotations,
|
||||
ImageCreatedBy: b.ImageCreatedBy,
|
||||
OCIv1: b.OCIv1,
|
||||
|
||||
Reference in New Issue
Block a user