#+TITLE: CCL Docker Images This project contains Docker images to build CCL and the infrastructure to build the images. This repository is mirrored between both [[https://gitlab.common-lisp.net/cl-docker-images/ccl]] and [[https://github.com/cl-docker-images/ccl]]. * Unofficial images Currently, all images defined on the =master= branch are built and pushed to =daewok/ccl= and =clfoundation/ccl= on Docker Hub. * Releasing a new version When a new version of CCL is released, perform the following steps: 1. Run the following command to generate the Dockerfiles: #+begin_src shell ./update.sh $CCL_VERSION_NUMBER #+end_src 2. Remove all folders for CCL 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 [[file:generate-stackbrew-library.sh]]. 4. Open a merge request on [[https://gitlab.common-lisp.net/cl-docker-images/ccl]] (preferred) or [[https://github.com/cl-docker-images/ccl]].