Skip to content

isabella232/dockerfile-pipeline-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo has been archived and moved to stakater-docker organization

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

Apk packages
  • python
  • py-pip
  • openssl
  • ca-certificates
  • python-dev
  • libffi-dev
  • openssl-dev
  • build-base
  • sshpass
  • openssh-client
  • rsync
  • del
  • build-dependencies
  • git
  • openssh
  • groff
  • less
  • python
  • curl
  • jq
  • unzip
  • make
  • nodejs 8.12.0-r0
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

Image containing all the tools required for pipelines

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 95.6%
  • Shell 4.4%