Commit e178be6e authored by Eric Timmons's avatar Eric Timmons
Browse files

Bump SBCL and cl-devel, add CMUCL

parent ca364527
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

 ;; Optional information
 :excerpt-sep "<!--more-->"
 :feeds ("abcl" "ccl" "cl-devel" "ecl" "sbcl")
 :feeds ("abcl" "ccl" "cl-devel" "cmucl" "ecl" "sbcl")
 :plugins ((mathjax)
           (sitemap)
           (static-pages)
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@ We currently publish images for the following implementations:
    [submitted to Docker's Official Images program](https://github.com/docker-library/official-images/pull/9488).
-   **[CCL](https://hub.docker.com/r/clfoundation/ccl):** Source
    at <https://gitlab.common-lisp.net/cl-docker-images/ccl>
-   **[CMUCL](https://hub.docker.com/r/clfoundation/cmucl):** Source
    at <https://gitlab.common-lisp.net/cl-docker-images/cmucl>
-   **[ECL](https://hub.docker.com/r/clfoundation/ecl):** Source
    at <https://gitlab.common-lisp.net/cl-docker-images/ecl>
-   **[SBCL](https://hub.docker.com/r/clfoundation/sbcl):** Source

posts/cmucl-21d.post

0 → 100644
+13 −0
Original line number Diff line number Diff line
;;;;;
title: CMUCL 21d image available
tags: cmucl
date: 2021-03-06 15:57:00
format: md
;;;;;

Images for [cmucl](https://hub.docker.com/r/clfoundation/cmucl) 21d are available.

For the time being, cmucl is not being included in the `cl-devel` images. This
is because `cl-devel` is currently built for only amd64 and cmucl is 32bit
only. I would prefer to not install both 32-bit and 64-bit libs in the
`cl-devel` image.

posts/sbcl-2.1.2.post

0 → 100644
+12 −0
Original line number Diff line number Diff line
;;;;;
title: SBCL 2.1.2 image available
tags: sbcl, cl-devel
date: 2021-03-06 15:52:00
format: md
;;;;;

Images for [sbcl](https://hub.docker.com/r/clfoundation/sbcl) v2.1.2 are available.

Additionally, a new version of
[cl-devel](https://hub.docker.com/r/clfoundation/cl-devel) is available and
tagged as `2021-03-06` and `latest`.