All Projects → sgerrand → Alpine Pkg Glibc

sgerrand / Alpine Pkg Glibc

A glibc compatibility layer package for Alpine Linux

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Alpine Pkg Glibc

Docker
LibreNMS Docker image based on Alpine Linux and Nginx
Stars: ✭ 283 (-78.63%)
Mutual labels:  alpine-linux
Docker Flarum
Flarum Docker image based on Alpine Linux
Stars: ✭ 43 (-96.75%)
Mutual labels:  alpine-linux
Docker Rtorrent Rutorrent
rTorrent and ruTorrent Docker image based on Alpine Linux
Stars: ✭ 75 (-94.34%)
Mutual labels:  alpine-linux
Dockerfiles
Discontinued. Fork at your will.
Stars: ✭ 384 (-71%)
Mutual labels:  alpine-linux
Jekyll Docker
⛴ Docker images, and CI builders for Jekyll.
Stars: ✭ 804 (-39.27%)
Mutual labels:  alpine-linux
Socat
Run socat command in alpine container
Stars: ✭ 53 (-96%)
Mutual labels:  alpine-linux
dockerfiles
Skeleton for a Docker nginx / php / mysql / redis development stack. Everything in its own container!
Stars: ✭ 12 (-99.09%)
Mutual labels:  alpine-linux
Docker Oidc Proxy
Docker Image built on Alpine Linux for secure OpenID Connect (OIDC) proxy authentication
Stars: ✭ 91 (-93.13%)
Mutual labels:  alpine-linux
Pmbootstrap
Repository has been moved! https://postmarketos.org/move.html#/pmbootstrap 🚚 🚚 🚚
Stars: ✭ 1,010 (-23.72%)
Mutual labels:  alpine-linux
Docker Ruby Node
🐳 Alpine Docker Image with latest versions of Ruby, Node.js and yarn installed. This Docker Image is actively maintained and updated regularly.
Stars: ✭ 74 (-94.41%)
Mutual labels:  alpine-linux
Aports
[MIRROR] Alpine packages build scripts
Stars: ✭ 479 (-63.82%)
Mutual labels:  alpine-linux
Docker Php Nginx
Docker image with Nginx 1.18 & PHP-FPM 7.4 on Alpine Linux
Stars: ✭ 581 (-56.12%)
Mutual labels:  alpine-linux
Alpine Erlang
An alpine image with Erlang installed, intended for releases
Stars: ✭ 73 (-94.49%)
Mutual labels:  alpine-linux
Netflix Proxy
Smart DNS proxy to watch Netflix
Stars: ✭ 3,220 (+143.2%)
Mutual labels:  alpine-linux
Svn Docker
Lightweight Docker image to build a container running an SVN server
Stars: ✭ 87 (-93.43%)
Mutual labels:  alpine-linux
Docker Fail2ban
Fail2ban Docker image based on Alpine Linux
Stars: ✭ 263 (-80.14%)
Mutual labels:  alpine-linux
Docker Kubectl
Containerized Kubernetes kubectl
Stars: ✭ 52 (-96.07%)
Mutual labels:  alpine-linux
Apk Tools
[MIRROR] Alpine package manager
Stars: ✭ 92 (-93.05%)
Mutual labels:  alpine-linux
Apk File
Search apk package contents via the command line.
Stars: ✭ 89 (-93.28%)
Mutual labels:  alpine-linux
Alpine Strongswan Vpn
Dockerfile and related configuration for setting up a roadwarrior IKEv2-based VPN
Stars: ✭ 74 (-94.41%)
Mutual labels:  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.33-r0/glibc-2.33-r0.apk
apk add glibc-2.33-r0.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.33-r0/glibc-bin-2.33-r0.apk
wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.33-r0/glibc-i18n-2.33-r0.apk
apk add glibc-bin-2.33-r0.apk glibc-i18n-2.33-r0.apk
/usr/glibc-compat/bin/localedef -i en_US -f UTF-8 en_US.UTF-8
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].