{"id":13622994,"url":"https://github.com/sgerrand/alpine-pkg-glibc","last_synced_at":"2025-05-15T07:07:05.635Z","repository":{"id":29789783,"uuid":"33333969","full_name":"sgerrand/alpine-pkg-glibc","owner":"sgerrand","description":"A glibc compatibility layer package for Alpine Linux","archived":false,"fork":false,"pushed_at":"2024-06-24T14:56:17.000Z","size":131,"stargazers_count":2105,"open_issues_count":51,"forks_count":286,"subscribers_count":57,"default_branch":"main","last_synced_at":"2025-04-11T18:25:04.272Z","etag":null,"topics":["alpine-glibc","alpine-linux","glibc"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sgerrand.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"sgerrand","patreon":"sgerrand"}},"created_at":"2015-04-02T22:02:17.000Z","updated_at":"2025-04-10T13:41:37.000Z","dependencies_parsed_at":"2024-06-12T08:38:23.707Z","dependency_job_id":"6b071bf6-ede5-46ae-ac95-fee3863f5bf4","html_url":"https://github.com/sgerrand/alpine-pkg-glibc","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgerrand%2Falpine-pkg-glibc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgerrand%2Falpine-pkg-glibc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgerrand%2Falpine-pkg-glibc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgerrand%2Falpine-pkg-glibc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sgerrand","download_url":"https://codeload.github.com/sgerrand/alpine-pkg-glibc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254292042,"owners_count":22046426,"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":["alpine-glibc","alpine-linux","glibc"],"created_at":"2024-08-01T21:01:26.750Z","updated_at":"2025-05-15T07:07:00.614Z","avatar_url":"https://github.com/sgerrand.png","language":"Shell","readme":"# alpine-pkg-glibc\n\n[![CircleCI](https://circleci.com/gh/sgerrand/alpine-pkg-glibc/tree/main.svg?style=svg)](https://circleci.com/gh/sgerrand/alpine-pkg-glibc/tree/main) ![x86_64](https://img.shields.io/badge/x86__64-supported-brightgreen.svg)\n\nThis is the [GNU C Library](https://gnu.org/software/libc/) 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.\n\n## Releases\n\nSee the [releases page](https://github.com/sgerrand/alpine-pkg-glibc/releases) 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.\n\n## Installing\n\nThe current installation method for these packages is to pull them in using `wget` or `curl` and install the local file with `apk`:\n\n    wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub\n    wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.35-r1/glibc-2.35-r1.apk\n    apk add glibc-2.35-r1.apk\n\n### Please Note\n\n:warning: The URL of the public signing key has changed! :warning:\n\nAny 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`.\n\n## Locales\n\nYou 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:\n\n    wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.35-r1/glibc-bin-2.35-r1.apk\n    wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.35-r1/glibc-i18n-2.35-r1.apk\n    apk add glibc-bin-2.35-r1.apk glibc-i18n-2.35-r1.apk\n    /usr/glibc-compat/bin/localedef -i en_US -f UTF-8 en_US.UTF-8\n","funding_links":["https://github.com/sponsors/sgerrand","https://patreon.com/sgerrand"],"categories":["Shell"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgerrand%2Falpine-pkg-glibc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsgerrand%2Falpine-pkg-glibc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgerrand%2Falpine-pkg-glibc/lists"}