Sign inSign up

trinitronx/build-tools

By trinitronx

Updated over 9 years ago

Basic build tools docker images

Image
1

10K+

trinitronx/build-tools repository overview

Build Tools

Build Status Docker Pulls Docker Stars Gittip

These are basic docker images starting from official OS base images, and installing build-essential packages. Intended for use as base images in further FROM directives.

Supported platforms:

  • ubuntu-1404
  • ubuntu-1204
  • centos-7
  • centos-6
  • alpine-3.6

Packages Installed

  • CentOS: yum groupinstall -y "Development Tools"; yum install -y libtool autoconf automake wget gettext which
  • Ubuntu: apt-get install -y build-essential libtool automake pkg-config git wget gettext-base
  • Alpine: apk add ca-certificates build-base git bash autoconf automake libtool gettext openrc

Image Size

  • trinitronx/build-tools:ubuntu-1404: Image Layers
  • trinitronx/build-tools:ubuntu-1204: Image Layers
  • trinitronx/build-tools:centos-7: Image Layers
  • trinitronx/build-tools:centos-6: Image Layers
  • trinitronx/build-tools:alpine-3.6: Image Layers

Building

To build the images locally, checkout this repo and run:

make build
# OR:
./bin/docker-build

Testing

This repo contains basic bats tests to check the built images for the binaries installed.

To run the tests:

make test

License

GNU GPL v2

See LICENSE.md for full text

Copyright James Cuzella 2014-2016 (@trinitronx)

Tag summary

Content type

Image

Digest

Size

75.7 MB

Last updated

over 9 years ago

docker pull trinitronx/build-tools:travis-46