An alpine docker image with useful development tools pre-installed.
3.1.0,3.1,3,latest, based onalpine:3.18, amd64 and arm64 multi-arch image.3.0.0,3.0, based onalpine:3.18, amd64 and arm64 multi-arch image.2.0.0,2.0,2, based onalpine:3.15, EOL now.1.0.0,1.0,1, based onalpine:3.11.6, EOL now.
The default shell has been changed to /bin/bash from /bin/sh.
The default working directory has been changed to /root.
In addition to what's provided by alpine base image, the following is installed as a virtual package .dev:
- bash
- bind-tools
- curl
- file
- httpie
- jq
- mariadb-client
- mysql-client
- nfs-utils
- openssh-client
- tini
And the following executable is added to /usr/local/bin:
- kubectl
alias alps='docker run --rm -it testcab/alps'
alps
alias alps='kubectl run alps --image=testcab/alps --rm -it
alps