home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 4b8e39054a76a345353fee62b682292c5dd79d1e
parent 7870e7c82a395a494f86f11852a945cb8330a06e
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed, 12 Dec 2018 18:33:34 +0100

ape: add more mirrors

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Massets/ape.conf | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/assets/ape.conf b/assets/ape.conf @@ -29,6 +29,8 @@ git@github.com:vdemeester/pkg.git https://github.com/knative/pkg.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/docs.git https://github.com/knative/docs.git +git@github.com:vdemeester/eventing-sources.git https://github.com/knative/eventing-sources.git +git@github.com:vdemeester/knctl.git https://github.com/cppforlife/knctl.git # redhat git@github.com:vdemeester/source-to-image.git https://github.com/openshift/source-to-image.git @@ -39,7 +41,11 @@ git@github.com:vdemeester/containers-image.git https://github.com/containers/ima git@github.com:vdemeester/containers-storage.git https://github.com/containers/storage.git git@github.com:vdemeester/skopeo.git https://github.com/containers/skopeo.git git@github.com:vdemeester/buildah.git https://github.com/containers/buildah.git +git@github.com:vdemeester/ocf-minishift-addons.git https://github.com/openshift-cloud-functions/minishift-addons.git +git@github.com:vdemeester/odo.git https://github.com/redhat-developer/odo.git +git@github.com:vdemeester/minishift.git https://github.com/minishift/minishift.git +# moby git@github.com:vdemeester/containerd.git https://github.com/containerd/containerd.git git@github.com:vdemeester/runc.git https://github.com/opencontainers/runc.git git@github.com:vdemeester/buildkit.git https://github.com/moby/buildkit.git @@ -55,3 +61,6 @@ git@github.com:vdemeester/home-manager.git https://github.com/rycee/home-manager git@github.com:vdemeester/nixpkgs.git https://github.com/NixOS/nixpkgs.git git@github.com:vdemeester/autoscaler.git https://github.com/drone/autoscaler.git + +# google +git@github.com:vdemeester/go-containerregistry.git https://github.com/google/go-containerregistry.git+ \ No newline at end of file