Giter Site home page Giter Site logo

tungbq / devops-toolkit Goto Github PK

View Code? Open in Web Editor NEW
33.0 2.0 9.0 14 MB

๐Ÿณ Container image for an all-in-one DevOps environment with popular tools like Ansible, Terraform, kubectl, Helm, AWS CLI, Azure CLI, Git, Python and more.

License: Apache License 2.0

Dockerfile 26.16% Shell 18.50% Python 55.34%
devops devops-toolkit devops-tools docker dockerfile ansible git kubectl terraform awscli

devops-toolkit's People

Contributors

abdelhamid-khamis avatar adiltamboli12 avatar chrisgr1 avatar dependabot[bot] avatar tungbq avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

devops-toolkit's Issues

Update issue open instruction the content of `README.md`

This task is to update the content of README.md, change as below:
from:
- Feel free to open a new issue if you want to request more content about DevOps Dockerfile
to:
- Feel free to open a new issue if you encounter the toolkit bug or want to request more content about DevOps toolkit
Or better sentence that you could suggest. Thanks!

usage: create doc to guide user build custom version of the toolkit

e.g:

docker build \
  --build-arg UBUNTU_VERSION=22.04 \
  --build-arg PYTHON_VERSION=3.11.3 \
  --build-arg ANSIBLE_VERSION=2.16.4 \
  --build-arg TERRAFORM_VERSION=1.7.4 \
  --build-arg KUBECTL_VERSION=1.29.2 \
  --build-arg HELM_VERSION=3.14.2 \
  --build-arg AWSCLI_VERSION=2.15.24 \
  -t custom-docker-image:latest .

testing: write a shell script to test all version of toolkit locally

testing: write a shell script to test all version of toolkit locally

  • something that executes command like this: docker run --rm devops-toolkit python3 --version
  • and support for all the devops tools in toolkit
  • should be easy to extend when there has new tool comes in to the toolbox

core: develop a `helper` script to show the toolkit info

It would be informative to have a script or command to show current version of tools in DevOps toolkit container.
Something like:

toolkit-info

OS: Ubuntu-22.04
Arch: amd64
UBUNTU_VERSION=22.04 
PYTHON_VERSION=3.11.3 
ANSIBLE_VERSION=2.16.3 
TERRAFORM_VERSION=1.7.0 
KUBECTL_VERSION=1.29.2 
HELM_VERSION=3.14.2 
AWSCLI_VERSION=2.15.24 

process: draft release plan

process: draft release plan

  • publish docker image to dockerhub per release?
  • how to automate update tool verions
  • release changelog process

usage: init sample usage

usage: init sample usage

Have an sample folder for each tool which contains the basic usage of the tool.

Start with Ansible first then open follow up tickets to adapt for other tools

ci: Cancel previous runs in the PR when you push new commits (update the current)

To save the running resource, we could cancel the current run when there has new commit pushed to the pull requet.

Workflow to update:

Basically this task could be completed by adding:

concurrency: 
  group: ${{ github.head_ref }}
  cancel-in-progress: true

Doc: https://stackoverflow.com/a/67939898

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.