32 lines
752 B
Markdown
32 lines
752 B
Markdown
# Toolkit
|
|
DevOps Portable toolkit
|
|
|
|
[](https://github.com/jkaninda/toolkit/actions/workflows/build.yml)
|
|

|
|
|
|
- [Docker Hub](https://hub.docker.com/r/jkaninda/toolkit)
|
|
- [Github](https://github.com/jkaninda/toolkit)
|
|
|
|
## Tools:
|
|
- docker client
|
|
- helm
|
|
- kustomize
|
|
- jq
|
|
- yq
|
|
- k6
|
|
- s3fs
|
|
- pre-commit
|
|
- cosign
|
|
|
|
```yaml
|
|
version: '3.7'
|
|
services:
|
|
toolkit:
|
|
image: jkaninda/toolkit:latest
|
|
container_name: toolkit
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
- ~/.kube:/root/.kube
|
|
- ~/.ssh:/root/.ssh # If you use private CVS
|
|
```
|