Skip to content

cl-docker-images/sbcl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SBCL Docker Images

This project contains Docker images to build SBCL and the infrastructure to build the images.

This repository is mirrored between both https://gitlab.common-lisp.net/cl-docker-images/sbcl and https://github.com/cl-docker-images/sbcl.

Unofficial images

Currently, all images defined on the master branch are built and pushed to daewok/sbcl and clfoundation/sbcl on Docker Hub.

Releasing a new version

When a new version of SBCL is released, perform the following steps:

  1. Run the following command to generate the Dockerfiles:
    ./update.sh $SBCL_VERSION_NUMBER
        
  2. Remove all folders for SBCL versions that are no longer supported. Reminder: the corresponding tags are not removed from Dockerhub, they will just no longer be automatically built.
  3. Update the version aliases as necessary in generate-stackbrew-library.sh.
  4. Open a merge request on https://gitlab.common-lisp.net/cl-docker-images/sbcl (preferred) or https://github.com/cl-docker-images/sbcl.