Skip to content

Commit

Permalink
Rolled back glibc to 2.34 as 2.35 package is mostly broken: sgerrand/…
Browse files Browse the repository at this point in the history
  • Loading branch information
frol committed Oct 17, 2023
1 parent badcfe6 commit 1f0cb6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
with:
pull: true
push: true
tags: frolvlad/alpine-glibc:latest,frolvlad/alpine-glibc:alpine-3.18_glibc-2.35,frolvlad/alpine-glibc:alpine-3.18,frolvlad/alpine-glibc:glibc-2.35
tags: frolvlad/alpine-glibc:latest,frolvlad/alpine-glibc:alpine-3.18_glibc-2.34,frolvlad/alpine-glibc:alpine-3.18,frolvlad/alpine-glibc:glibc-2.34
cache-from: type=registry,ref=frolvlad/alpine-glibc:latest
cache-to: type=inline
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV LANG=C.UTF-8

# NOTE: Glibc 2.35 package is broken: https://github.com/sgerrand/alpine-pkg-glibc/issues/176, so we stick to 2.34 for now
RUN ALPINE_GLIBC_BASE_URL="https://github.com/sgerrand/alpine-pkg-glibc/releases/download" && \
ALPINE_GLIBC_PACKAGE_VERSION="2.35-r1" && \
ALPINE_GLIBC_PACKAGE_VERSION="2.34-r0" && \
ALPINE_GLIBC_BASE_PACKAGE_FILENAME="glibc-$ALPINE_GLIBC_PACKAGE_VERSION.apk" && \
ALPINE_GLIBC_BIN_PACKAGE_FILENAME="glibc-bin-$ALPINE_GLIBC_PACKAGE_VERSION.apk" && \
ALPINE_GLIBC_I18N_PACKAGE_FILENAME="glibc-i18n-$ALPINE_GLIBC_PACKAGE_VERSION.apk" && \
Expand Down

0 comments on commit 1f0cb6f

Please sign in to comment.