Sign inSign up

testcab/alps

By testcab

Updated almost 3 years ago

An alpine docker image with useful development tools pre-installed.

Image
1

50K+

testcab/alps repository overview

testcab/alps

Docker image size Travis build

An alpine docker image with useful development tools pre-installed.

Default Shell

The default shell has been changed to /bin/bash from /bin/sh.

Default Working Directory

The default working directory has been changed to /root.

Installed Packages

In addition to what's provided by alpine base image, the following is installed as a virtual package .dev:

  • bash
  • bind-tools
  • curl
  • httpie
  • jq
  • mariadb-client
  • mysql-client
  • openssh-client
  • tini

And the following executable is added to /usr/local/bin:

  • kubectl

Usage

Docker
alias alps='docker run --rm -it testcab/alps'
alps
Kubernetes
alias alps='kubectl run alps --image=testcab/alps --rm -it
alps

Tag summary

Content type

Image

Digest

sha256:ad2abf186

Size

71.1 MB

Last updated

almost 3 years ago

docker pull testcab/alps