Basic build tools docker images
10K+
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.
yum groupinstall -y "Development Tools"; yum install -y libtool autoconf automake wget gettext whichapt-get install -y build-essential libtool automake pkg-config git wget gettext-baseapk add ca-certificates build-base git bash autoconf automake libtool gettext openrctrinitronx/build-tools:ubuntu-1404: trinitronx/build-tools:ubuntu-1204: trinitronx/build-tools:centos-7: trinitronx/build-tools:centos-6: trinitronx/build-tools:alpine-3.6: To build the images locally, checkout this repo and run:
make build
# OR:
./bin/docker-build
This repo contains basic bats tests to check the built images for the binaries installed.
To run the tests:
make test
See LICENSE.md for full text
Copyright James Cuzella 2014-2016 (@trinitronx)
Content type
Image
Digest
Size
75.7 MB
Last updated
over 9 years ago
docker pull trinitronx/build-tools:travis-46