commit 28276e0b9bd3698872fe65a622ded8e04f718fb7 parent 407b3c84def8891614e2971a4afc4aa74ea73b0a Author: Vincent Demeester <vincent@sbr.pm> Date: Tue, 23 Oct 2018 10:47:44 +0200 ape.conf: add containers/* and openshift/source-to-image Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | ape.conf | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/ape.conf b/ape.conf @@ -31,7 +31,13 @@ git@github.com:vdemeester/build-templates.git https://github.com/knative/build-t git@github.com:vdemeester/docs.git https://github.com/knative/docs.git # redhat +git@github.com:vdemeester/source-to-image.git https://github.com/openshift/source-to-image.git git@github.com:vdemeester/origin.git https://github.com/openshift/origin.git +git@github.com:vdemeester/libpod.git https://github.com/containers/libpod.git +git@github.com:vdemeester/containers-image.git https://github.com/containers/image.git +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/containerd.git https://github.com/containerd/containerd.git git@github.com:vdemeester/runc.git https://github.com/opencontainers/runc.git