mirror of
				https://github.com/containers/podman.git
				synced 2025-10-31 10:00:01 +08:00 
			
		
		
		
	Bump Buildah to v1.24.0
Bumps Buildah to v1.24.0 and adopts the new values for pull: true, false, never, and always. The pull-never and pull-always options for the build command are still usable, but they have been removed from the man page documentation with this change. Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
This commit is contained in:
		
							
								
								
									
										39
									
								
								vendor/github.com/containers/common/pkg/config/default.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										39
									
								
								vendor/github.com/containers/common/pkg/config/default.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @ -177,23 +177,22 @@ func DefaultConfig() (*Config, error) { | ||||
| 				"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", | ||||
| 				"TERM=xterm", | ||||
| 			}, | ||||
| 			EnvHost:            false, | ||||
| 			HTTPProxy:          true, | ||||
| 			Init:               false, | ||||
| 			InitPath:           "", | ||||
| 			IPCNS:              "private", | ||||
| 			LogDriver:          defaultLogDriver(), | ||||
| 			LogSizeMax:         DefaultLogSizeMax, | ||||
| 			NetNS:              "private", | ||||
| 			NoHosts:            false, | ||||
| 			PidsLimit:          DefaultPidsLimit, | ||||
| 			PidNS:              "private", | ||||
| 			RootlessNetworking: getDefaultRootlessNetwork(), | ||||
| 			ShmSize:            DefaultShmSize, | ||||
| 			TZ:                 "", | ||||
| 			Umask:              "0022", | ||||
| 			UTSNS:              "private", | ||||
| 			UserNSSize:         DefaultUserNSSize, | ||||
| 			EnvHost:    false, | ||||
| 			HTTPProxy:  true, | ||||
| 			Init:       false, | ||||
| 			InitPath:   "", | ||||
| 			IPCNS:      "private", | ||||
| 			LogDriver:  defaultLogDriver(), | ||||
| 			LogSizeMax: DefaultLogSizeMax, | ||||
| 			NetNS:      "private", | ||||
| 			NoHosts:    false, | ||||
| 			PidsLimit:  DefaultPidsLimit, | ||||
| 			PidNS:      "private", | ||||
| 			ShmSize:    DefaultShmSize, | ||||
| 			TZ:         "", | ||||
| 			Umask:      "0022", | ||||
| 			UTSNS:      "private", | ||||
| 			UserNSSize: DefaultUserNSSize, | ||||
| 		}, | ||||
| 		Network: NetworkConfig{ | ||||
| 			DefaultNetwork: "podman", | ||||
| @ -566,9 +565,3 @@ func (c *Config) LogDriver() string { | ||||
| func (c *Config) MachineEnabled() bool { | ||||
| 	return c.Engine.MachineEnabled | ||||
| } | ||||
|  | ||||
| // RootlessNetworking returns the "kind" of networking | ||||
| // rootless containers should use | ||||
| func (c *Config) RootlessNetworking() string { | ||||
| 	return c.Containers.RootlessNetworking | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 tomsweeneyredhat
					tomsweeneyredhat