Skip to content

Commit c12d172

Browse files
authored
Docker: Update glibc version (grafana#51107)
1 parent b5eef48 commit c12d172

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

packaging/docker/Dockerfile

+7-7
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ RUN apk add --no-cache openssl --repository=http://dl-cdn.alpinelinux.org/alpine
3535
RUN if [ `arch` = "x86_64" ]; then \
3636
apk add --no-cache libaio libnsl && \
3737
ln -s /usr/lib/libnsl.so.2 /usr/lib/libnsl.so.1 && \
38-
wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.30-r0/glibc-2.30-r0.apk \
39-
-O /tmp/glibc-2.30-r0.apk && \
40-
wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.30-r0/glibc-bin-2.30-r0.apk \
41-
-O /tmp/glibc-bin-2.30-r0.apk && \
42-
apk add --no-cache --allow-untrusted /tmp/glibc-2.30-r0.apk /tmp/glibc-bin-2.30-r0.apk && \
43-
rm -f /tmp/glibc-2.30-r0.apk && \
44-
rm -f /tmp/glibc-bin-2.30-r0.apk && \
38+
wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.35-r0/glibc-2.35-r0.apk \
39+
-O /tmp/glibc-2.35-r0.apk && \
40+
wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.35-r0/glibc-bin-2.35-r0.apk \
41+
-O /tmp/glibc-bin-2.35-r0.apk && \
42+
apk add --no-cache --allow-untrusted /tmp/glibc-2.35-r0.apk /tmp/glibc-bin-2.35-r0.apk && \
43+
rm -f /tmp/glibc-2.35-r0.apk && \
44+
rm -f /tmp/glibc-bin-2.35-r0.apk && \
4545
rm -f /lib/ld-linux-x86-64.so.2 && \
4646
rm -f /etc/ld.so.cache; \
4747
fi

packaging/docker/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Further documentation can be found at http://docs.grafana.org/installation/docke
1616

1717
## Changelog
1818

19+
### v9.0.3
20+
21+
- Upgraded glibc version to glibc [2.35](https://sourceware.org/pipermail/libc-alpha/2022-February/136040.html) [#51107](https://github.com/grafana/grafana/pull/51107/files)
22+
1923
### v8.3.0-beta2
2024

2125
- Our Alpine based images have been upgraded to Alpine [3.14.3](https://alpinelinux.org/posts/Alpine-3.14.3-released.html) [#41922](https://github.com/grafana/grafana/pull/41922) [@hairyhenderson](https://github.com/hairyhenderson)

0 commit comments

Comments
 (0)