mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-29 04:39:16 +00:00
Centralizes the following images into agnhost: - dnsutils - mounttest - resource-consumer-controller - test-webserver Adds CoreDNS to agnhost image, which can be used in some DNS related tests (dnsmasq is Linux-only). Adds Windows support to mounttest. Bumps agnhost version to 2.9. Bumps kitten version to 1.1. Bumps nautilus version to 1.1.
27 lines
804 B
Python
27 lines
804 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
filegroup(
|
|
name = "package-srcs",
|
|
srcs = glob(["**"]),
|
|
tags = ["automanaged"],
|
|
visibility = ["//visibility:private"],
|
|
)
|
|
|
|
filegroup(
|
|
name = "all-srcs",
|
|
srcs = [
|
|
":package-srcs",
|
|
"//test/images/agnhost:all-srcs",
|
|
"//test/images/apparmor-loader:all-srcs",
|
|
"//test/images/echoserver:all-srcs",
|
|
"//test/images/metadata-concealment:all-srcs",
|
|
"//test/images/nonewprivs:all-srcs",
|
|
"//test/images/pets/peer-finder:all-srcs",
|
|
"//test/images/regression-issue-74839:all-srcs",
|
|
"//test/images/resource-consumer:all-srcs",
|
|
"//test/images/sample-apiserver:all-srcs",
|
|
"//test/images/sample-device-plugin:all-srcs",
|
|
],
|
|
tags = ["automanaged"],
|
|
)
|