particle-iot/docker-glibc-builder

Name: docker-glibc-builder

Owner: Particle

Description: A glibc binary package builder in Docker

Forked from: sgerrand/docker-glibc-builder

Created: 2016-06-01 18:17:21.0

Updated: 2016-06-01 18:22:25.0

Pushed: 2018-01-03 18:23:53.0

Homepage: null

Size: 3

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

docker-glibc-builder

A glibc binary package builder in Docker. Produces a glibc binary package that can be imported into a rootfs to run applications dynamically linked against glibc.

Usage

Build a glibc package based on version 2.23 with a prefix of /usr/glibc-compat:

er run --rm -e STDOUT=1 andyshinn/glibc-builder 2.23 /usr/glibc-compat > glibc-bin.tar.gz

You can also keep the container around and copy out the resulting file:

er run --name glibc-binary andyshinn/glibc-builder 2.23 /usr/glibc-compat
er cp glibc-binary:/glibc-bin-2.23.tar.gz ./
er rm glibc-binary

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.