Sign inSign up

khos2ow/ci-cd-tools

By khos2ow

Updated over 8 years ago

Essential tools and packages for development and base image in various CI/CD pipelines

Image
0

2.9K

khos2ow/ci-cd-tools repository overview

CI/CD Tools

Docker Automated build Docker Build Status license

Docker images containing essential tools and packages for development, specially to be used as a base working image in various CI/CD pipelines (GitLab CI, Travis CI, ...).

Table of Contents

Packges installed in conatiner

List of available packages inside the container:

PackageVersion
bash4.4.19(1)-release
sudo1.8.21p2
gcc6.4.0
dockerclient: 18.05.0-ce
server: 18.03.1-ce
git2.15.2
java1.8.0_151
golangTBA
ruby2.4.4p296
python2.7.14
3.6.3
pip10.0.1
virtualenv16.0.0
maven3.5.2
gradle4.8
openssl1.0.2o
openssh7.5p1-hpn14v4
curl7.60.0
wget1.19.5
rsync3.1.3
tar1.29
gzip1.8
zip3.0
vim8.0
jqjq-1.5
locate4.6.0
whichv2.21

Docker in Docker tip

If you want to use dind with this image you need to pass /var/run/docker.sock from host to the container as a Volume:

docker run --volume /var/run/docker.sock:/var/run/docker.sock khos2ow/ci-cd-tools

License

Licensed under Apache License version 2.0. Please see the LICENSE file included in the root directory of the source tree for extended license details.

Tag summary

Content type

Image

Digest

Size

299.9 MB

Last updated

over 8 years ago

docker pull khos2ow/ci-cd-tools