Add ubuntu-noble base image and Roswell SBCL Common Lisp images#4
Open
norman-abramovitz wants to merge 5 commits intomainfrom
Open
Add ubuntu-noble base image and Roswell SBCL Common Lisp images#4norman-abramovitz wants to merge 5 commits intomainfrom
norman-abramovitz wants to merge 5 commits intomainfrom
Conversation
- Create concourse/ubuntu-noble base image (glibc 2.39) - Update concourse-cl/jammy to use Roswell SBCL 2.6.2 instead of SourceForge (includes --fancy: core compression + threading) - Create concourse-cl/noble variant on the noble base - Update top-level Makefile with noble and CL targets
- Add SBCL_DIST build arg (roswell/sourceforge) for switchable SBCL sources - Add PLATFORM variable to root Makefile with linux/amd64 default - Add concourse-jammy base image target and cl-jammy dependency on it - Set image version label to SBCL_VERSION instead of empty string - Set WORKDIR /u before CMD for clean container startup
Install Quicklisp non-interactively and add to .sbclrc so it auto-loads with ASDF on startup.
Document SBCL, Quicklisp, ASDF availability, Makefile variables (SBCL_VERSION, SBCL_DIST, PLATFORM), and base image usage example.
Document glibc/OpenSSL versions per image, Roswell binary compatibility (requires only GLIBC 2.17+), CFFI runtime loading behavior, and cross-image binary portability caveats.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
concourse/ubuntu-noblebase image (Ubuntu 24.04 LTS)concourse-cl/jammyandconcourse-cl/nobleCommon Lisp images using Roswell SBCL 2.6.2SBCL_DISTbuild arg to switch between Roswell and SourceForge SBCL sourcesPLATFORMvariable to root Makefile (default:linux/amd64)concourse-jammybase image build target and proper dependenciesChanges
New files:
concourse/ubuntu-noble/Dockerfile— Noble base imageconcourse-cl/jammy/— Dockerfile, Makefile, README, testsconcourse-cl/noble/— Dockerfile, Makefile, README, testsModified files:
Makefile— AddedPLATFORMvariable,concourse-jammy/concourse-nobletargets,cl-jammy/cl-nobletargets with proper base image dependenciesKey design decisions:
SBCL_DISTallows switching betweenroswell(default) andsourceforgesources.sbclrcfor auto-loadingdlopen, no cross-image glibc issuesTest plan
concourse-cl:ubuntu-jammy(hello-world)concourse-cl:ubuntu-noble(hello-world)