mirror of
https://github.com/linuxserver/docker-bazarr.git
synced 2026-02-20 01:02:49 +08:00
set a default timezone as it is required for the application to even run
This commit is contained in:
parent
4f32b6d6b1
commit
405ee40ad4
@ -6,6 +6,8 @@ ARG VERSION
|
||||
ARG BAZARR_VERSION
|
||||
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
||||
LABEL maintainer="chbmb"
|
||||
# hard set UTC in case the user does not define it
|
||||
ENV TZ="Etc/UCT"
|
||||
|
||||
RUN \
|
||||
echo "**** install packages ****" && \
|
||||
|
||||
@ -6,6 +6,8 @@ ARG VERSION
|
||||
ARG BAZARR_VERSION
|
||||
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
||||
LABEL maintainer="chbmb"
|
||||
# hard set UTC in case the user does not define it
|
||||
ENV TZ="Etc/UCT"
|
||||
|
||||
RUN \
|
||||
echo "**** install packages ****" && \
|
||||
|
||||
@ -6,6 +6,8 @@ ARG VERSION
|
||||
ARG BAZARR_VERSION
|
||||
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
||||
LABEL maintainer="chbmb"
|
||||
# hard set UTC in case the user does not define it
|
||||
ENV TZ="Etc/UCT"
|
||||
|
||||
RUN \
|
||||
echo "**** install packages ****" && \
|
||||
|
||||
@ -168,6 +168,7 @@ Below are the instructions for updating containers:
|
||||
|
||||
## Versions
|
||||
|
||||
* **17.04.19:** - Add default UTC timezone if user does not set it.
|
||||
* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag.
|
||||
* **22.02.19:** - Rebasing to alpine 3.9.
|
||||
* **11.09.18:** - Initial release.
|
||||
|
||||
@ -44,6 +44,7 @@ app_setup_block: |
|
||||
|
||||
# changelog
|
||||
changelogs:
|
||||
- { date: "17.04.19:", desc: "Add default UTC timezone if user does not set it." }
|
||||
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
|
||||
- { date: "22.02.19:", desc: "Rebasing to alpine 3.9." }
|
||||
- { date: "11.09.18:", desc: "Initial release." }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user