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
3ec2727c
Commit
3ec2727c
authored
Jan 24, 2021
by
Eric Timmons
Browse files
Add first post
parent
2954a751
Pipeline
#2658
passed with stage
in 2 minutes and 4 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.coleslawrc
View file @
3ec2727c
...
...
@@ -14,14 +14,14 @@
;; Optional information
:excerpt-sep
"<!--more-->"
:feeds
(
"
lisp
"
)
:feeds
(
"
abcl"
"ccl"
"cl-devel"
"ecl"
"sbcl
"
)
:plugins
((
mathjax
)
(
sitemap
)
(
static-pages
)
;; deployment plugins
;; default deploy method is rsync
(
rsync
"-avz"
"--delete"
"--exclude"
".git/"
"--exclude"
".gitignore"
"--copy-links"
))
:sitenav
(
;;
(:url "1.html" :name "News" :relative t)
:sitenav
((
:url
"1.html"
:name
"News"
:relative
t
)
(
:url
"images/implementation-specific.html"
:name
"Implementation Images"
:relative
t
)
(
:url
"images/development.html"
:name
"Development Images"
:relative
t
)
(
:url
"use-cases.html"
:name
"Use Cases"
:relative
t
)
...
...
posts/live.post
0 → 100644
View file @
3ec2727c
;;;;;
title: CL Docker Images Project Is Live!
tags: sbcl, ccl, abcl, ecl, cl-devel
date: 2021-01-24 13:00:00
format: md
;;;;;
The cl-docker-images project is now live! See
the [project home page](https://common-lisp.net/project/cl-docker-images/), but
here's the tl;dr version:
<!--more-->
There are a variety of Docker images for Common Lisp available. The source code
is hosted on <https://gitlab.common-lisp.net> (mirrored to Github) and the
images themselves are located on
a [CLF owned organization](https://hub.docker.com/u/clfoundation) (thank you,
Common Lisp Foundation!)
There are implementation specific images (geared toward testing and deployment
purposes)
for
[ABCL](https://hub.docker.com/r/clfoundation/abcl),
[CCL](https://hub.docker.com/r/clfoundation/ccl),
[ECL](https://hub.docker.com/r/clfoundation/ecl),
and [SBCL](https://hub.docker.com/r/clfoundation/sbcl). Additionally, there is
an image geared toward interactive development that has all these
implementations, plus a bunch of external dependencies for systems in
Quicklisp. We aim to update these images within a week of upstream releasing a
new version.
The currently packaged versions of each are:
- ABCL: 1.8.0
- CCL: 1.12
- ECL: 20.4.24
- SBCL: 2.1.0
These images were originally written by @daewok (on Github and Docker Hub). If
you are using the original images, it is highly encouraged that you switch to
images from the `clfoundation` namespace. The `daewok` images will be no longer
updated starting some time this year. The move helps ensure that this resource
for the Common Lisp community will live on if @daewok no longer has the time to
maintain these images in the future.
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