2024-03-20 15:30:53 +01:00
2024-01-09 15:34:08 +01:00
2024-01-10 03:39:09 +01:00
2024-01-10 03:39:09 +01:00
2024-03-20 15:30:53 +01:00

Toolkit

DevOps Portable toolkit

Build Docker Image Size (latest by date)

Tools:

  • docker client
  • helm
  • kustomize
  • jq
  • yq
  • k6
  • s3fs
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

Mount S3

Command : s3-mount

version: '3.7'
services:
  toolkit:
    image: jkaninda/toolkit:latest
    container_name: toolkit
    privileged: true
    devices:
    - "/dev/fuse"
    volumes:
      - ./custome-volume:/custome-volume
    environment:
      - ACCESS_KEY=${ACCESS_KEY}
      - SECRET_KEY=${SECRET_KEY}
      - BUCKETNAME=${BUCKETNAME}
      - S3_ENDPOINT=https://s3.us-west-2.amazonaws.com
Description
DevOps Portable Toolkit
Readme 43 KiB
Languages
Dockerfile 92.8%
Makefile 7.2%