https://github.com/vbem/aio
A generic DevOps all-in-one image pre-installed with many tools.
https://github.com/vbem/aio
alpine devops docker
Last synced: 16 days ago
JSON representation
A generic DevOps all-in-one image pre-installed with many tools.
- Host: GitHub
- URL: https://github.com/vbem/aio
- Owner: vbem
- License: apache-2.0
- Created: 2021-06-01T08:37:41.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-28T07:15:56.000Z (about 4 years ago)
- Last Synced: 2026-01-01T02:36:22.680Z (5 months ago)
- Topics: alpine, devops, docker
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/vbem/aio
- Size: 303 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# AIO
[](https://github.com/vbem/aio/actions/workflows/ci.yml)
[](https://github.com/vbem/aio/actions/workflows/linter.yml)
[](https://github.com/vbem/aio/issues)
[](https://github.com/vbem/aio/graphs/commit-activity)
[](https://github.com/vbem/aio/graphs/commit-activity)
[](https://hub.docker.com/r/vbem/aio)
[](https://hub.docker.com/r/vbem/aio)
## What
A generic DevOps all-in-one image pre-installed with many tools.
- [Alpine](https://alpinelinux.org/) 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
- [Code repository](https://github.com/vbem/aio)
- [Docker image repository](https://hub.docker.com/r/vbem/aio)
## How
For docker run:
```shell
docker run --rm -it --name aio vbem/aio
```
For K8S run:
```shell
kubectl run aio -v5 -n ${YOUR_NAMESPACE} -it --rm --restart=Never --image=vbem/aio
```