Skip to content

rewardenv/docker-toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Toolbox

docker-toolbox

A docker toolbox image based on alpine/debian/ubuntu with these tools included:

  • compression tools (bzip2, gzip, pigz, zip, xz)
  • coreutils (for advanced base64 in alpine)
  • curl
  • direnv
  • findutils (for advanced xargs in alpine)
  • git
  • helm
  • kubectl
  • mysql-client
  • openssl
  • openssh-client
  • tenv
  • wget

docker-toolbox-testing

A docker toolbox image based on alpine/debian/ubuntu with these tools included:

  • compression tools (bzip2, gzip, pigz, zip, xz)
  • coreutils (for advanced base64 in alpine)
  • curl
  • findutils (for advanced xargs in alpine)
  • git
  • openssl
  • trivy
  • wget

docker-toolbox-aws

A docker toolbox image based on rewardenv/docker-toolbox with these additional tools included:

  • awscli
  • python3
  • pip3

docker-toolbox-extended

A docker toolbox image based on rewardenv/docker-toolbox with these additional tools included:

  • awscli
  • google-cloud-sdk
  • python3
  • pip3

docker-toolbox-ansible

A docker toolbox image based on rewardenv/docker-toolbox with these additional tools included:

  • python3
  • pip3
  • openvpn
  • ansible
  • hcloud pip package

Usage

$ docker run --rm -it rewardenv/docker-toolbox bash

Available tags

  • latest, alpine-latest
  • debian-bullseye-slim

Build base image

$ DOCKER_BASE_IMAGE=debian:bullseye-slim bash -x scripts/build.sh
$ DOCKER_BASE_IMAGE=alpine:latest bash -x scripts/build.sh

Build additional images

$ DOCKER_BASE_IMAGE=alpine:latest FLAVOR=testing IMAGE_NAME=docker-toolbox-testing bash -x scripts/build.sh
$ DOCKER_BASE_IMAGE=alpine:latest FLAVOR=extended FROM_IMAGE=rewardenv/docker-toolbox IMAGE_NAME=docker-toolbox-extended bash -x scripts/build.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published