Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.04 KB

File metadata and controls

26 lines (19 loc) · 1.04 KB

quicklisp-mirror

This lisp-powered container hosts a complete mirror of the Quicklisp archive, suitable for deployment within kubernetes.

This container is available on dockerhub as containerlinux/quicklisp-mirror. Note: it is very large (> 4GB).

Container images built in OpenShift with s2i-lisp will automatically pick up this mirror if deployed within the same project. This is done by patching the quicklisp client code in the s2i builder image. Better suggestions welcome!

Deploy quicklisp-mirror in OpenShift like so:

oc create -f https://raw.githubusercontent.com/container-lisp/quicklisp-mirror/master/quicklisp-mirror.yaml

Thanks, as always, to Zach Beane for Quicklisp.