Locale and timezone setting for multi-stage docker image build.
3.3K
Alpine locale and timezone setting for multi-stage docker image build.
Dockerfile ci-and-cd/docker-alpine-locale on Github
FROM alpine:3.7
COPY --from=cirepo/locale:C.UTF-8_Etc.UTC-alpine-3.7-archive /data/root /
Ubuntu 18.04 (bionic) locale and timezone setting for multi-stage docker image build.
Dockerfile ci-and-cd/docker-bionic-locale on Github
FROM ubuntu:18.04
COPY --from=cirepo/locale:en_US.UTF-8_Etc.UTC-bionic-archive /data/root /
Content type
Image
Digest
Size
5.9 MB
Last updated
over 7 years ago
docker pull cirepo/locale:zh_CN.UTF-8_Asia.Shanghai-bionic-archive