Merge pull request #120352 from saschagrunert/distroless-bump
Update distroless-iptables image version to v0.3.1
This commit is contained in:
		@@ -96,7 +96,7 @@ readonly KUBE_RSYNC_PORT="${KUBE_RSYNC_PORT:-}"
 | 
				
			|||||||
readonly KUBE_CONTAINER_RSYNC_PORT=8730
 | 
					readonly KUBE_CONTAINER_RSYNC_PORT=8730
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# These are the default versions (image tags) for their respective base images.
 | 
					# These are the default versions (image tags) for their respective base images.
 | 
				
			||||||
readonly __default_distroless_iptables_version=v0.2.7
 | 
					readonly __default_distroless_iptables_version=v0.3.1
 | 
				
			||||||
readonly __default_go_runner_version=v2.3.1-go1.20.7-bullseye.0
 | 
					readonly __default_go_runner_version=v2.3.1-go1.20.7-bullseye.0
 | 
				
			||||||
readonly __default_setcap_version=bookworm-v1.0.0
 | 
					readonly __default_setcap_version=bookworm-v1.0.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -160,7 +160,7 @@ dependencies:
 | 
				
			|||||||
      match: BASE_IMAGE_VERSION\?=
 | 
					      match: BASE_IMAGE_VERSION\?=
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - name: "registry.k8s.io/distroless-iptables: dependents"
 | 
					  - name: "registry.k8s.io/distroless-iptables: dependents"
 | 
				
			||||||
    version: v0.2.7
 | 
					    version: v0.3.1
 | 
				
			||||||
    refPaths:
 | 
					    refPaths:
 | 
				
			||||||
    - path: build/common.sh
 | 
					    - path: build/common.sh
 | 
				
			||||||
      match: __default_distroless_iptables_version=
 | 
					      match: __default_distroless_iptables_version=
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -241,7 +241,7 @@ func initImageConfigs(list RegistryList) (map[ImageID]Config, map[ImageID]Config
 | 
				
			|||||||
	configs[BusyBox] = Config{list.PromoterE2eRegistry, "busybox", "1.36.1-1"}
 | 
						configs[BusyBox] = Config{list.PromoterE2eRegistry, "busybox", "1.36.1-1"}
 | 
				
			||||||
	configs[CudaVectorAdd] = Config{list.PromoterE2eRegistry, "cuda-vector-add", "1.0"}
 | 
						configs[CudaVectorAdd] = Config{list.PromoterE2eRegistry, "cuda-vector-add", "1.0"}
 | 
				
			||||||
	configs[CudaVectorAdd2] = Config{list.PromoterE2eRegistry, "cuda-vector-add", "2.3"}
 | 
						configs[CudaVectorAdd2] = Config{list.PromoterE2eRegistry, "cuda-vector-add", "2.3"}
 | 
				
			||||||
	configs[DistrolessIptables] = Config{list.BuildImageRegistry, "distroless-iptables", "v0.2.7"}
 | 
						configs[DistrolessIptables] = Config{list.BuildImageRegistry, "distroless-iptables", "v0.3.1"}
 | 
				
			||||||
	configs[Etcd] = Config{list.GcEtcdRegistry, "etcd", "3.5.9-0"}
 | 
						configs[Etcd] = Config{list.GcEtcdRegistry, "etcd", "3.5.9-0"}
 | 
				
			||||||
	configs[Httpd] = Config{list.PromoterE2eRegistry, "httpd", "2.4.38-4"}
 | 
						configs[Httpd] = Config{list.PromoterE2eRegistry, "httpd", "2.4.38-4"}
 | 
				
			||||||
	configs[HttpdNew] = Config{list.PromoterE2eRegistry, "httpd", "2.4.39-4"}
 | 
						configs[HttpdNew] = Config{list.PromoterE2eRegistry, "httpd", "2.4.39-4"}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user