Skip to content

hamza3202/pipeline-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. Introduction

This docker image contains all the tools required for pipelines we use in stakater.

2. Context

This repo is part of a parent project to achieve the ability of possibility of controlled deployments in different environments so, that we can rollback when needed.

Tools included

Yum packages
  • git
  • wget
  • openssh
  • groff
  • less
  • python
  • python-pip
  • jq
  • unzip
  • gcc-c++
  • make
  • openssl
  • sshpass
  • openssh-clients
  • rsync
  • gnupg
  • gettext
  • which
  • nodejs 8.12.0
  • openjdk (JRE) 1.8.0.191.b12
PIP packages
  • pip
  • cffi
  • ansible
  • boto
  • awscli
  • pywinrm
Other Binaries
Infrastructure

This image can be run from any type of host which supports docker with no platform restrictions. However, it was originally intended to be used by a Jenkins job.

3. Running

Pull:

docker pull stakater/pipeline-tools

Run:

docker run -it stakater/pipeline-tools:1.0.1 sh

4. Help

Got a question? File a GitHub issue, send us an email.

5. Contributing

Bug Reports & Feature Requests

Please use the issue tracker to report any bugs or file feature requests.

Developing

PRs are welcome. In general, we follow the "fork-and-pull" Git workflow.

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. Submit a Pull request so that we can review your changes

NOTE: Be sure to merge the latest from "upstream" before making a pull request!

6. Changelog

View our closed Pull Requests.

7. License

Apache2 © Stakater

About

Dockerfile for pipeline-tools

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 65.9%
  • Shell 34.1%