Implement image preseeding
This pulls in the infrastructure to build OCI bundles with Bazel and adds a loader to
load them into containerd at runtime.
Test Plan: New E2E test using a simple hello world Go image.
Bug: T793
X-Origin-Diff: phab/D585
GitOrigin-RevId: 3bc5e35a89a80a9683778ced72cc79e2d0b684ed
diff --git a/nogo_config.json b/nogo_config.json
index 19e74f5..338c380 100644
--- a/nogo_config.json
+++ b/nogo_config.json
@@ -12,7 +12,8 @@
"external/io_k8s_apiserver/": "third_party",
"external/org_golang_x_tools/": "third_party",
"external/io_k8s_apiextensions_apiserver/": "third_party",
- "external/org_golang_x_text/": "third_party"
+ "external/org_golang_x_text/": "third_party",
+ "external/io_bazel_rules_docker/": "third_party"
}
},
"copylocks": {
@@ -69,7 +70,8 @@
},
"structtag": {
"exclude_files": {
- "external/io_k8s_kubernetes/": "third_party"
+ "external/io_k8s_kubernetes/": "third_party",
+ "external/com_github_c9s_goprocinfo/": "third_party"
}
},
"printf": {
@@ -79,10 +81,5 @@
"external/com_github_google_gvisor/": "third_party",
"external/com_github_sbezverk_nfproxy/": "third_party"
}
- },
- "structtag": {
- "exclude_files": {
- "external/com_github_c9s_goprocinfo/": "third_party"
- }
}
}