Skip to content

biarms/docker-toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brothers in ARMs' docker-toolbox

GitHub release (latest by date) GitHub release (latest SemVer including pre-releases)

TravisCI build status image CircleCI build status image

Docker Pulls image Docker Stars image Highest Docker release

Overview

The goal of this project is to build a docker image that contains linux tools useful for building, testing and debugging purposes.

Resulting docker images are pushed on docker hub.

How to build locally

  1. Option 1: with CircleCI Local CLI:
    • Install CircleCI Local CLI
    • Call circleci local execute -e DOCKER_USERNAME=******** -e DOCKER_PASSWORD=********
  2. Option 2: with make:
    • Install GNU make. Version 3.81 (which came out-of-the-box on MacOS) should be OK.
    • Call DOCKER_USERNAME=******** DOCKER_PASSWORD=******** make circleci-local-build
    • Call DOCKER_USERNAME=******** DOCKER_PASSWORD=******** make
    • Call docker login && make build
    • Call make build

Release notes:

Version 0.0.1

  • Base image is ubuntu:20.04 (2020-04-23)
  • Add the 'software-properties-common' ubuntu package
  • Installed binaries are: sudo, curl, wget, make, pwgen, git, gnupg and lsb-release
  • Install docker-ce cli, version 19.03.8

Version 0.0.2

  • Same as 0.0.1, but install docker-ce cli version 19.03.9
  • Refactor the build
  • Improve this README.md documentation

Version 0.0.3

  • Same as 0.0.2, but install docker-ce cli version 20.10.3
  • Refactor the build
  • Improve this README.md documentation

Version 0.0.4

  • Same as 0.0.3, but install docker-ce cli version 20.10.11
  • Base image is ubuntu:20.04 (2021-10-06)

Version 0.0.5

  • Same as 0.0.4, but install docker-ce cli version 20.10.14
  • Base image is ubuntu:20.04 (2022-03-16)

About

Build a docker container with useful linux tool for building, testing and debugging purposes

Resources

License

Stars

Watchers

Forks

Packages

No packages published