@@ -54,12 +54,12 @@ From [CCL's Home Page](https://ccl.clozure.com):
> Clozure CL (often called CCL for short) is a free Common Lisp implementation with a long history. Some distinguishing features of the implementation include fast compilation speed, native threads, a precise, generational, compacting garbage collector, and a convenient foreign-function interface.
@@ -106,14 +106,14 @@ M-x slime-connect RET RET RET
```
<aid="orga8c2629"></a>
<aid="orgcdf6947"></a>
# Image variants
This image comes in several variants, each designed for a specific use case.
<aid="orga222644"></a>
<aid="org022d38b"></a>
## `%%IMAGE%%:<version>`
...
...
@@ -123,17 +123,21 @@ Some of these tags may have names like buster or stretch in them. These are the
These images are built off the buildpack-deps image. It, by design, has a large number of extremely common Debian packages.
These images contain the Quicklisp installer, located at `/usr/local/share/common-lisp/source/quicklisp/quicklisp.lisp`.
These images contain the Quicklisp installer, located at `/usr/local/share/common-lisp/source/quicklisp/quicklisp.lisp`. Additionally, there is a script at `/usr/local/bin/install-quicklisp` that will use the bundled installer to install Quicklisp. You can configure the Quicklisp install with the following environment variables:
-**`QUICKLISP_DIST_VERSION`:** The dist version to use. Of the form yyyy-mm-dd. `latest` means to install the latest version (the default).
-**`QUICKLISP_CLIENT_VERSION`:** The client version to use. Of the form yyyy-mm-dd. `latest` means to install the latest version (the default).
-**`QUICKLISP_ADD_TO_INIT_FILE`:** If set to `true`, `(ql:add-to-init-file)` is used to add code to the implementation's user init file to load Quicklisp on startup. Not set by default.
<aid="org936d2d3"></a>
<aid="org2e039a8"></a>
## `%%IMAGE%%:<version>-slim`
This image does not contain the common packages contained in the default tag and only contains the minimal packages needed to run CCL. Unless you are working in an environment where only this image will be deployed and you have space constraints, we highly recommend using the default image of this repository.
<aid="orgd3e09ae"></a>
<aid="org2add4d8"></a>
## `%%IMAGE%%:<version>-windowsservercore`
...
...
@@ -145,7 +149,7 @@ For information about how to get Docker running on Windows, please see the relev