alpinelinux / docker-alpine

Official Alpine Linux Docker image. Win at minimalism!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

All time-related syscalls fail on ARM build for 3.13.1

lxgr opened this issue · comments

Steps to reproduce: On a Raspberry PI, do:

~ docker run -it --rm alpine:latest
/ # date
Sun Jan  0 00:100:4174038  1900

On 3.12.3, everything works:

~ docker run -it --rm alpine:3.12.3
/ # date
Sun Feb  7 18:02:12 UTC 2021

I think this might be the root cause for several other problems recently reported with this build.

I also found Samba failed due to this date issue. It was working fine on 3.12.3. Issue only happens on ARM version.