alpine-pkg-glibc 2.23-r3
#1
Fri, 2016-09-09 15:51
kvjeevan
-
- Offline
- 1 year 6 months ago
- 2016-09-09
Hi,
I am facing issue getting the java version when I try to use JRE 1.8.0_102. I had to install the glibc from the below location.
GLIBC_VERSION=2.23-r3
for pkg in glibc-${GLIBC_VERSION} glibc-bin-${GLIBC_VERSION} glibc-i18n-${GLIBC_VERSION}; do curl -sSL https://github.com/andyshinn/alpine-pkg-glibc/releases/download/${GLIBC_VERSION}/${pkg}.apk -o /tmp/${pkg}.apk; done && \
Is there any official release of glibc which I can use as the trusted source in my Dockerfile.
Thanks for your help.
Thanks,
Jeevan
If you need glibc really badly in a Docker container you might want to reconsider your base image. Personally, I wouldn't be using Alpine in that case.
Just my 2c. Sorry for not answering your actual question..