tiny-nvr icon indicating copy to clipboard operation
tiny-nvr copied to clipboard

old tzdata version is unavailable

Open clouserw opened this issue 5 years ago • 1 comments

I had to use 2019a-r0 to get this working. Version is hardcoded at https://github.com/hpaolini/tiny-nvr/blob/master/Dockerfile#L32

clouserw avatar Jul 29 '19 03:07 clouserw

Is this with alpine:3.8? Can't seem to replicate the issue with the default Dockerfile.

You could always try passing TZDATA_VERSION=2019a-r0 as an environment variable (with -e) during the docker run. You might have to re-build the cache for the container, though.

hpaolini avatar Jul 29 '19 10:07 hpaolini