update runc to v1.0.0-rc92
Changes: https://github.com/opencontainers/runc/releases/tag/v1.0.0-rc92 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
		
							
								
								
									
										9
									
								
								vendor/github.com/opencontainers/runc/libcontainer/configs/config.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								vendor/github.com/opencontainers/runc/libcontainer/configs/config.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -239,15 +239,6 @@ const ( | ||||
| 	Poststop = "poststop" | ||||
| ) | ||||
|  | ||||
| // TODO move this to runtime-spec | ||||
| // See: https://github.com/opencontainers/runtime-spec/pull/1046 | ||||
| const ( | ||||
| 	Creating = "creating" | ||||
| 	Created  = "created" | ||||
| 	Running  = "running" | ||||
| 	Stopped  = "stopped" | ||||
| ) | ||||
|  | ||||
| type Capabilities struct { | ||||
| 	// Bounding is the set of capabilities checked by the kernel. | ||||
| 	Bounding []string | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Akihiro Suda
					Akihiro Suda