vbem / aio

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

Home Page:https://hub.docker.com/r/vbem/aio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://hub.docker.com/r/vbem/aio

License:Apache License 2.0


Languages

Language:Dockerfile 100.0%