https://github.com/bahmanm/bdockerimg
A collection of Docker images which are otherwise not easy to find.
https://github.com/bahmanm/bdockerimg
devops devx docker docker-image
Last synced: 3 months ago
JSON representation
A collection of Docker images which are otherwise not easy to find.
- Host: GitHub
- URL: https://github.com/bahmanm/bdockerimg
- Owner: bahmanm
- License: gpl-3.0
- Created: 2024-03-01T22:06:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-17T18:18:40.000Z (over 1 year ago)
- Last Synced: 2025-01-15T15:06:26.356Z (about 1 year ago)
- Topics: devops, devx, docker, docker-image
- Language: Makefile
- Homepage: https://matrix.to/#/#bdockerimg:matrix.org
- Size: 65.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# bdockerimg [](https://dl.circleci.com/status-badge/redirect/circleci/UMKeFZ8ns9T9vi5aquTfVT/UnuEnZH2XpWqXouT1Vw6ud/tree/main)
[](https://matrix.to/#/#bdockerimg:matrix.org) 
A collection of Docker images which are otherwise not easy to find.
# 🖼️ Images
Here's the list of all images (in alaphabetical order:)
### 🖼️ [bmakelib](bmakelib/README.md) 
_bmakelib and GNU Make 4.4.x_
### 🖼️ [QuickLisp](quicklisp/README.md) 
_Vanilla QuickLisp using SBCL_
### 🖼️ [SDKMAN](sdkman/README.md) 
_Vanilla SDKMAN_
# ⚛️ Fusions
_Read about [fusions](fusion/README.md) and why they are useful._
Here's the list of all fusions available:
### ⚛️ [QuickLisp . bmakelib](https://hub.docker.com/r/bdockerimg/quicklisp.bmakelib) 
_[QuickLisp](quicklisp/README.md) and [bmakelib](bmakelib/README.md)_
### ⚛️ [sdkman . bmakelib](https://hub.docker.com/r/bdockerimg/sdkman.bmakelib) 
_[SDKMAN](sdkman/README.md) and [bmakelib](bmakelib/README.md)_
# 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](https://github.com/bahmanm/bdockerimg/issues/new) 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!