Sign inSign up

eteration/openjdk

By eteration

Updated over 8 years ago

Lightweight Open JDK Containers based on openjdk alpine with addons

Image
0

297

eteration/openjdk repository overview

FROM openjdk:8u151-jdk-alpine

Needed to fix 'Fontconfig warning: ignoring C.UTF-8: not a valid language tag'

ENV LANG en_GB.UTF-8 ARG BUILD_VERSION

RUN echo $BUILD_VERSION

JRE fails to load fonts if there are no standard fonts in the image; DejaVu is a good choice,

see https://github.com/docker-library/openjdk/issues/73#issuecomment-207816707

RUN apk update

RUN apk add --no-cache ttf-dejavu

RUN apk add --no-cache ttf-dejavu && rm -rf /var/cache/apk/*

Tag summary

Content type

Image

Digest

Size

79.2 MB

Last updated

over 8 years ago

docker pull eteration/openjdk:8-jdk-alpine-ttf