Skip to content

bahmanm/bdockerimg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bdockerimg    CircleCI

Matrix     GitHub commit activity

A collection of Docker images which are otherwise not easy to find.
bdockerimage logo

🖼️ Images

Here's the list of all images (in alaphabetical order:)

🖼️ bmakelib Docker Pulls

bmakelib and GNU Make 4.4.x

🖼️ QuickLisp Docker Pulls

Vanilla QuickLisp using SBCL

🖼️ SDKMAN Docker Pulls

Vanilla SDKMAN

⚛️ Fusions

Read about fusions and why they are useful.

Here's the list of all fusions available:

QuickLisp and bmakelib

SDKMAN and bmakelib

On Quality

Each image is tested during the pipeline to ensure the tools are correctly installed and, in simplest form, they behave as they should. Think "hello world" style tests.

That means, besides ensuring soundness of bdockerimg's pipeline, those tests should act as an extremely rudimentary form of catching regressions in the tools being packaged.

How do I get a new image into bdockerimg?

Simply create an issue requesting the image or if you've got the time, create a pull request.

Why bdockerimg?

I got tired of copy-paste'ing the same setup commands over and over, particulary in CI/CD pipelines. Additionally, I'm sure there are others who keep copy-paste'ing the same snippets.

Besides, it's quite fun!