Skip to content
/ aio Public

A generic DevOps all-in-one image pre-installed with many tools.

License

Notifications You must be signed in to change notification settings

vbem/aio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIO

Continuous Integration Super Linter GitHub issues GitHub commit activity GitHub last commit docker-hub semver docker-hub pulls

What

A generic DevOps all-in-one image pre-installed with many tools.

  • Alpine latest stable version based
  • tzdata added and Asia/Shanghai as default time-zone. You can change this by setting TZ env var at runtime
  • Replaced ash to bash as default shell
  • $PS1 optimized
  • Pre-installed many tools mentioned in Dockerfile

Where

How

For docker run:

docker run --rm -it --name aio vbem/aio

For K8S run:

kubectl run aio -v5 -n ${YOUR_NAMESPACE} -it --rm --restart=Never --image=vbem/aio