commit 3acc7bd42461ecc368a51c5d535735a1ddeed48e
parent af6c00b089fb5e08663bffe88bedb0cb49cded6d
Author: Vincent Demeester <vincent@sbr.pm>
Date: Fri, 21 Sep 2018 17:16:56 +0200
Add knative to ape mirrors
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/ape.conf b/ape.conf
@@ -18,7 +18,12 @@ git@github.com:vdemeester/swarmkit.git https://github.com/docker/swarmkit.git
git@github.com:vdemeester/go-units.git https://github.com/docker/go-units.git
git@github.com:vdemeester/go-connections.git https://github.com/docker/go-connections.git
+# kubernetes
git@github.com:vdemeester/kubernetes.git https://github.com/kubernetes/kubernetes.git
+# knative
+git@github.com:vdemeester/build.git https://github.com/knative/build.git
+git@github.com:vdemeester/build-pipeline.git https://github.com/knative/build-pipeline.git
+git@github.com:vdemeester/build-templates.git https://github.com/knative/build-templates.git
git@github.com:vdemeester/containerd.git https://github.com/containerd/containerd.git
git@github.com:vdemeester/runc.git https://github.com/opencontainers/runc.git