#43 add default UTC timezone if user does not define it
This commit is contained in:
parent
1799f798d8
commit
eb4c1ef4d4
5 changed files with 9 additions and 1 deletions
|
@ -5,6 +5,8 @@ ARG BUILD_DATE
|
||||||
ARG VERSION
|
ARG VERSION
|
||||||
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
||||||
LABEL maintainer="sparklyballs"
|
LABEL maintainer="sparklyballs"
|
||||||
|
# hard set UTC in case the user does not define it
|
||||||
|
ENV TZ="Etc/UTC"
|
||||||
|
|
||||||
# copy patches folder
|
# copy patches folder
|
||||||
COPY patches/ /tmp/patches/
|
COPY patches/ /tmp/patches/
|
||||||
|
|
|
@ -5,6 +5,8 @@ ARG BUILD_DATE
|
||||||
ARG VERSION
|
ARG VERSION
|
||||||
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
||||||
LABEL maintainer="sparklyballs"
|
LABEL maintainer="sparklyballs"
|
||||||
|
# hard set UTC in case the user does not define it
|
||||||
|
ENV TZ="Etc/UTC"
|
||||||
|
|
||||||
# copy patches folder
|
# copy patches folder
|
||||||
COPY patches/ /tmp/patches/
|
COPY patches/ /tmp/patches/
|
||||||
|
|
|
@ -5,6 +5,8 @@ ARG BUILD_DATE
|
||||||
ARG VERSION
|
ARG VERSION
|
||||||
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
||||||
LABEL maintainer="sparklyballs"
|
LABEL maintainer="sparklyballs"
|
||||||
|
# hard set UTC in case the user does not define it
|
||||||
|
ENV TZ="Etc/UTC"
|
||||||
|
|
||||||
# copy patches folder
|
# copy patches folder
|
||||||
COPY patches/ /tmp/patches/
|
COPY patches/ /tmp/patches/
|
||||||
|
|
|
@ -178,6 +178,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **09.05.19:** - Add default UTC timezone if user does not set it.
|
||||||
* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag.
|
* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag.
|
||||||
* **22.02.19:** - Rebasing to alpine 3.9.
|
* **22.02.19:** - Rebasing to alpine 3.9.
|
||||||
* **16.01.19:** - Add pipeline logic and multi arch.
|
* **16.01.19:** - Add pipeline logic and multi arch.
|
||||||
|
|
|
@ -79,6 +79,7 @@ app_setup_nginx_reverse_proxy_block: "Access WebUI at `<your-ip>:8181` and walk
|
||||||
# changelog
|
# changelog
|
||||||
|
|
||||||
changelogs:
|
changelogs:
|
||||||
|
- { date: "09.05.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: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
|
||||||
- { date: "22.02.19:", desc: "Rebasing to alpine 3.9." }
|
- { date: "22.02.19:", desc: "Rebasing to alpine 3.9." }
|
||||||
- { date: "16.01.19:", desc: "Add pipeline logic and multi arch." }
|
- { date: "16.01.19:", desc: "Add pipeline logic and multi arch." }
|
||||||
|
|
Loading…
Add table
Reference in a new issue