Skip to content

Commit

Permalink
Update glibc
Browse files Browse the repository at this point in the history
  • Loading branch information
hason committed May 28, 2024
1 parent 05697d8 commit 6111287
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 21 deletions.
5 changes: 3 additions & 2 deletions glibc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ARG version=3.18
ARG glibc_version="2.35-r1"
ARG version=3.20
# NOTE: Glibc 2.35 package is broken: https://github.com/sgerrand/alpine-pkg-glibc/issues/176, so we stick to 2.34 for now
ARG glibc_version="2.34-r0"
ARG prefix="https://github.com/sgerrand/alpine-pkg-glibc/releases/download/"

FROM minidocks/base:$version as latest
Expand Down
15 changes: 9 additions & 6 deletions glibc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@ Tags

| Tag | Size |
|--------------|---------------------------------------------------------------------------------------------------------------|
| latest, 3.18 | ![](https://img.shields.io/docker/image-size/minidocks/glibc/latest?style=flat-square&logo=docker&label=size) |
| latest, 3.20 | ![](https://img.shields.io/docker/image-size/minidocks/glibc/latest?style=flat-square&logo=docker&label=size) |
| 3.20 | ![](https://img.shields.io/docker/image-size/minidocks/glibc/3.20?style=flat-square&logo=docker&label=size) |
| 3.19 | ![](https://img.shields.io/docker/image-size/minidocks/glibc/3.19?style=flat-square&logo=docker&label=size) |
| 3.18 | ![](https://img.shields.io/docker/image-size/minidocks/glibc/3.18?style=flat-square&logo=docker&label=size) |
| 3.17 | ![](https://img.shields.io/docker/image-size/minidocks/glibc/3.17?style=flat-square&logo=docker&label=size) |
| 3.16 | ![](https://img.shields.io/docker/image-size/minidocks/glibc/3.16?style=flat-square&logo=docker&label=size) |
| 3.15 | ![](https://img.shields.io/docker/image-size/minidocks/glibc/3.15?style=flat-square&logo=docker&label=size) |
| 3.14 | ![](https://img.shields.io/docker/image-size/minidocks/glibc/3.14?style=flat-square&logo=docker&label=size) |

Inspiration
-----------

- https://github.com/sgerrand/alpine-pkg-glibc
- https://github.com/sgerrand/alpine-pkg-glibc

Alternatives
------------

- https://github.com/Docker-Hub-frolvlad/docker-alpine-glibc
20 changes: 7 additions & 13 deletions glibc/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,16 @@ set -e

image="${namespace:-minidocks}/glibc"
versions="
3.14;3.14
3.14-i18n;3.14;i18n
3.14-dev;3.14;dev
3.15;3.15
3.15-i18n;3.15;i18n
3.15-dev;3.15;dev
3.16;3.16
3.16-i18n;3.16;i18n
3.16-dev;3.16;dev
3.17;3.17
3.17-i18n;3.17;i18n
3.17-dev;3.17;dev
3.18;3.18
3.18-i18n;3.18;i18n
3.18-dev;3.18;dev
latest;3.18
3.19;3.19
3.19-i18n;3.19;i18n
3.19-dev;3.19;dev
3.20;3.20
3.20-i18n;3.20;i18n
3.20-dev;3.20;dev
latest;3.20
"

build() {
Expand Down

0 comments on commit 6111287

Please sign in to comment.