Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cl-docker-images
cl-docker-images.common-lisp.dev
Commits
e178be6e
Commit
e178be6e
authored
Mar 06, 2021
by
Eric Timmons
Browse files
Bump SBCL and cl-devel, add CMUCL
parent
ca364527
Pipeline
#3085
passed with stage
in 3 minutes and 47 seconds
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.coleslawrc
View file @
e178be6e
...
...
@@ -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
)
...
...
images/implementation-specific.page
View file @
e178be6e
...
...
@@ -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
View file @
e178be6e
;;;;;
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
View file @
e178be6e
;;;;;
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`.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment