{"id":19687213,"url":"https://github.com/trinitronx/docker-build-tools","last_synced_at":"2026-03-04T00:48:56.373Z","repository":{"id":23163726,"uuid":"26519405","full_name":"trinitronx/docker-build-tools","owner":"trinitronx","description":"Basic build tools docker files","archived":false,"fork":false,"pushed_at":"2017-06-19T06:31:46.000Z","size":49,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-10T07:47:24.895Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/trinitronx/build-tools","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trinitronx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-12T04:36:41.000Z","updated_at":"2018-02-20T03:43:22.000Z","dependencies_parsed_at":"2022-08-21T20:50:15.740Z","dependency_job_id":null,"html_url":"https://github.com/trinitronx/docker-build-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinitronx%2Fdocker-build-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinitronx%2Fdocker-build-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinitronx%2Fdocker-build-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinitronx%2Fdocker-build-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trinitronx","download_url":"https://codeload.github.com/trinitronx/docker-build-tools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240993952,"owners_count":19890419,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T18:33:24.567Z","updated_at":"2026-03-04T00:48:55.991Z","avatar_url":"https://github.com/trinitronx.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"docker-build-tools\n==================\n[![Build Status](https://img.shields.io/travis/trinitronx/docker-build-tools.svg)](https://travis-ci.org/trinitronx/docker-build-tools)\n[![Docker Pulls](https://img.shields.io/docker/pulls/trinitronx/build-tools.svg)](https://hub.docker.com/r/trinitronx/build-tools)\n[![Docker Stars](https://img.shields.io/docker/stars/trinitronx/build-tools.svg)](https://hub.docker.com/r/trinitronx/build-tools)\n[![Gittip](http://img.shields.io/gittip/trinitronx.svg)](https://www.gittip.com/trinitronx)\n\nThese 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.\n\nSupported platforms:\n--------------------\n\n - ubuntu-1604\n - ubuntu-1404\n - ubuntu-1204\n - centos-7\n - centos-6\n - alpine-3.6\n\nPackages Installed\n------------------\n\n - CentOS: `yum groupinstall -y \"Development Tools\"; yum install -y libtool autoconf automake wget gettext which`\n - Ubuntu: `apt-get install -y build-essential libtool automake pkg-config git wget gettext-base`\n - Ubuntu 16.04: `apt-get install -y build-essential libtool libtool-bin automake pkg-config git wget gettext-base`\n - Alpine: `apk add ca-certificates wget build-base git bash autoconf automake libtool gettext openrc \u0026\u0026 update-ca-certificates`\n\nImage Size\n==========\n\n\n - `trinitronx/build-tools:ubuntu-1604`: [![Image Layers](https://badge.imagelayers.io/trinitronx/build-tools:ubuntu-1604.svg)](https://imagelayers.io/?images=trinitronx/build-tools:ubuntu-1604 'Get your own badge on imagelayers.io')\n - `trinitronx/build-tools:ubuntu-1404`: [![Image Layers](https://badge.imagelayers.io/trinitronx/build-tools:ubuntu-1404.svg)](https://imagelayers.io/?images=trinitronx/build-tools:ubuntu-1404 'Get your own badge on imagelayers.io')\n - `trinitronx/build-tools:ubuntu-1204`: [![Image Layers](https://badge.imagelayers.io/trinitronx/build-tools:ubuntu-1204.svg)](https://imagelayers.io/?images=trinitronx/build-tools:ubuntu-1204 'Get your own badge on imagelayers.io')\n - `trinitronx/build-tools:centos-7`: [![Image Layers](https://badge.imagelayers.io/trinitronx/build-tools:centos-7.svg)](https://imagelayers.io/?images=trinitronx/build-tools:centos-7 'Get your own badge on imagelayers.io')\n - `trinitronx/build-tools:centos-6`: [![Image Layers](https://badge.imagelayers.io/trinitronx/build-tools:centos-6.svg)](https://imagelayers.io/?images=trinitronx/build-tools:centos-6 'Get your own badge on imagelayers.io')\n - `trinitronx/build-tools:alpine-3.6`: [![Image Layers](https://badge.imagelayers.io/trinitronx/build-tools:alpine-3.6.svg)](https://imagelayers.io/?images=trinitronx/build-tools:alpine-3.6 'Get your own badge on imagelayers.io')\n\nBuilding\n========\n\nTo build the images locally, checkout [this repo][1] and run:\n\n    make build\n    # OR:\n    ./bin/docker-build\n\nTesting\n=======\n\n[This repo][1] contains basic `bats` tests to check the built images for the binaries installed.\n\nTo run the tests:\n\n    make test\n\nLicense\n=======\n\n[GNU GPL v2](http://choosealicense.com/licenses/gpl-2.0/)\n\nSee LICENSE.md for full text\n\nCopyright\n=========\n\nCopyright James Cuzella 2014-2017 ([@trinitronx][trinitronx-keybase])\n\n[1]: https://github.com/trinitronx/docker-build-tools\n[trinitronx-keybase]: https://gist.github.com/trinitronx/aee110cbdf55e67185dc44272784e694\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrinitronx%2Fdocker-build-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrinitronx%2Fdocker-build-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrinitronx%2Fdocker-build-tools/lists"}