• Stars
    star
    1,955
  • Rank 23,524 (Top 0.5 %)
  • Language
    Shell
  • Created over 9 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A glibc compatibility layer package for Alpine Linux

alpine-pkg-glibc

CircleCI x86_64

This is the GNU C Library as a Alpine Linux package to run binaries linked against glibc. This package utilizes a custom built glibc binary based on the vanilla glibc source. Built binary artifacts come from https://github.com/sgerrand/docker-glibc-builder.

Releases

See the releases page for the latest download links. If you are using tools like localedef you will need the glibc-bin and glibc-i18n packages in addition to the glibc package.

Installing

The current installation method for these packages is to pull them in using wget or curl and install the local file with apk:

wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub
wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.35-r1/glibc-2.35-r1.apk
apk add glibc-2.35-r1.apk

Please Note

⚠️ The URL of the public signing key has changed! ⚠️

Any previous reference to https://raw.githubusercontent.com/sgerrand/alpine-pkg-glibc/master/sgerrand.rsa.pub should be updated with immediate effect to https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub.

Locales

You will need to generate your locale if you would like to use a specific one for your glibc application. You can do this by installing the glibc-i18n package and generating a locale using the localedef binary. An example for en_US.UTF-8 would be:

wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.35-r1/glibc-bin-2.35-r1.apk
wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.35-r1/glibc-i18n-2.35-r1.apk
apk add glibc-bin-2.35-r1.apk glibc-i18n-2.35-r1.apk
/usr/glibc-compat/bin/localedef -i en_US -f UTF-8 en_US.UTF-8

More Repositories

1

xfce4-terminal-colors-solarized

Solarized colour scheme for the Xfce4 terminal
218
star
2

docker-glibc-builder

A glibc binary package builder in Docker
Shell
121
star
3

sopa-blackout-for-wordpress

SOPA Blackout plugin for WordPress
JavaScript
13
star
4

alpine-pkg-kafkacat

Kafkacat packaged for Alpine Linux
Shell
10
star
5

alpine-pkg-R

R packaged for Alpine Linux
10
star
6

alpine-pkg-php5-memcached

PHP Memcached driver package for Alpine Linux
Shell
9
star
7

homebrew-confluent-platform

Tapped repository for Confluent's Platform Homebrew Formula
Ruby
7
star
8

alpine-pkg-git-crypt

A git-crypt package for Alpine Linux
Shell
7
star
9

sinatra-dotcloud

The Chairman of the (dotCloud) Board
Ruby
6
star
10

alpine-pkg-java-openjfx

OpenJFX packaged for Alpine Linux
Shell
6
star
11

docker-smbpasswd

Docker container for changing Active Directory passwords
Shell
5
star
12

alpine-pkg-php5-redis

PHP5 Redis extension packaged for Alpine Linux
Shell
5
star
13

alpine-pkg-php5

PHP 5 packaged for Alpine Linux
Shell
4
star
14

heka-rb-gem

Ruby client for the "Heka" system of application logging and metrics gathering
Ruby
4
star
15

chartjs-rails-gem

A gem to automate using Chart.js with Rails
Ruby
4
star
16

alpine-pkg-php5-mongo

Legacy PHP driver for MongoDB package for Alpine Linux
Shell
3
star
17

Zypr-API-Access-Library---Java

Java library for use in Java and Android apps
Java
3
star
18

alpine-pkg-py-pandas

A Python pandas package for Alpine Linux
Shell
3
star
19

alpine-pkg-php5-xdebug

PHP5 Xdebug extension packaged for Alpine Linux
Shell
3
star
20

docker-alpine-r

An Alpine Linux docker image for the R programming language
3
star
21

alpine-pkg-py-protobuf

A Python protobuf package for Alpine Linux
3
star
22

homebrew-brewfile

List of Homebrew software to install via strap
Ruby
3
star
23

misc

Miscellaneous scripts
Shell
2
star
24

alpine-pkg-http-parser

A HTTP parser C library package for Alpine Linux
Shell
2
star
25

alpine-pkg-leiningen

A Leiningen package for Alpine Linux
Shell
2
star
26

autotest-metric_fu

An autotest plugin for metric_fu
2
star
27

alpine-pkg-glog

The Google logging module packaged for Alpine Linux
Shell
1
star
28

alpine-pkg-libunwind

A libunwind package for Alpine Linux
Shell
1
star
29

alpine-pkg-kt

A Kafka tool that likes JSON, packaged for Alpine Linux
Shell
1
star
30

alpine-pkg-git-lfs

Git LFS packaged for Alpine Linux
1
star
31

backticks.me

Backticks: because why would you use built-ins?
1
star
32

alpine-pkg-php5-composer

Composer PHP dependency manager as an Alpine Linux package
Shell
1
star
33

dotfiles

Configuration files
Shell
1
star
34

alpine-pkg-rocksdb-java

RocksDB JNI packaged for Alpine Linux
Shell
1
star
35

alpine-pkg-leveldb

A LevelDB package for Alpine Linux
1
star
36

docker-rvm

Ruby Version Manager as a Docker image
1
star
37

go-dreamhost

Go library for accessing the Dreamhost API
Go
1
star
38

alpine-pkg-php5-imagick

A PHP5 extension for ImageMagick packaged for Alpine Linux
Shell
1
star
39

alpine-pkg-node-bower

Bower packaged for Alpine Linux
Shell
1
star