Skip to content

Releases: cicirello/alpine-plus-plus

alpine-plus-plus, version 1.1.0

04 Sep 14:56
85b7495
Compare
Choose a tag to compare

[1.1.0] - 9/4/2020

Added

  • Additional metadata via labels

alpine-plus-plus, version 1.0.0

01 Sep 17:31
f091ce0
Compare
Choose a tag to compare

[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.