alpine-plus-plus

A lightweight Docker container for shell scripting with git and GNU tools on Alpine Linux

MIT License

Stars
6

Bot releases are visible (Hide)

alpine-plus-plus - alpine-plus-plus, version 1.0.0

Published by cicirello about 4 years ago

[1.0.0] - 9/1/2020

The alpine-plus-plus image is motivated by Github-actions implemented primarily with bash and shell utilities, but is also potentially applicable to any use-case where you primarily need bash and GNU tools like gawk, etc, but also want to keep the image size relatively small. Alpine Linux is used as the base image. Alone, Alpine almost suits this purpose. However, it lacks the bash shell, and commonly used GNU tools such as findutils, gawk, etc. It also lacks git. The alpine-plus-plus image adds git, bash, findutils, coreutils, and gawk on top of Alpine Linux.