mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 02:08:13 +00:00 
			
		
		
		
	add netlink and libxtables to kube-proxy image
This commit is contained in:
		
							
								
								
									
										10
									
								
								WORKSPACE
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								WORKSPACE
									
									
									
									
									
								
							| @@ -31,6 +31,16 @@ debs = ( | ||||
|         "7747388a97ba71fede302d70361c81d486770a2024185514c18b5d8eab6aaf4e", | ||||
|         "http://ftp.us.debian.org/debian/pool/main/i/iptables/iptables_1.4.21-2+b1_amd64.deb", | ||||
|     ), | ||||
|     ( | ||||
|         "libnetlink_deb", | ||||
|         "5d486022cd9e047e9afbb1617cf4519c0decfc3d2c1fad7e7fe5604943dbbf37", | ||||
|         "http://ftp.us.debian.org/debian/pool/main/libn/libnfnetlink/libnfnetlink0_1.0.1-3_amd64.deb", | ||||
|     ), | ||||
|     ( | ||||
|         "libxtables_deb", | ||||
|         "6783f316af4cbf3ada8b9a2b7bb5f53a87c0c2575c1903ce371fdbd45d3626c6", | ||||
|         "http://ftp.us.debian.org/debian/pool/main/i/iptables/libxtables10_1.4.21-2+b1_amd64.deb", | ||||
|     ), | ||||
|     ( | ||||
|         "iproute2_deb", | ||||
|         "3ce9cb1d03a2a1359cbdd4f863b15d0c906096bf713e8eb688149da2f4e350bc", | ||||
|   | ||||
| @@ -29,6 +29,8 @@ docker_build( | ||||
|     debs = [ | ||||
|         "@iptables_deb//file", | ||||
|         "@iproute2_deb//file", | ||||
|         "@libnetlink_deb//file", | ||||
|         "@libxtables_deb//file", | ||||
|     ], | ||||
| ) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Mike Danese
					Mike Danese