alpine-pkg-glibc 2.23-r3

2 posts / 0 new
Last post
#1 Fri, 2016-09-09 15:51
kvjeevan
  • kvjeevan's picture
  • Offline
  • Last seen: 1 year 6 months ago
  • Joined: 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

Sat, 2016-09-10 22:09
pbor
  • pbor's picture
  • Offline
  • Last seen: 1 year 6 months ago
  • Joined: 2016-08-23

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..

Log in or register to post comments