From 8b63ae790d15b3cbdc6c93dc8d15316d59d81b5d Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 23 May 2017 00:22:53 +0200 Subject: [PATCH] Add tzdata and fix timezone (#80) --- check_config/Dockerfile | 2 +- check_config/config.json | 2 +- duckdns/Dockerfile | 2 +- duckdns/config.json | 2 +- letsencrypt/Dockerfile | 2 +- letsencrypt/config.json | 2 +- mosquitto/Dockerfile | 2 +- mosquitto/config.json | 2 +- nginx_proxy/Dockerfile | 2 +- nginx_proxy/config.json | 2 +- samba/Dockerfile | 2 +- samba/config.json | 2 +- ssh/Dockerfile | 2 +- ssh/config.json | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/check_config/Dockerfile b/check_config/Dockerfile index b110f62..3b5350a 100644 --- a/check_config/Dockerfile +++ b/check_config/Dockerfile @@ -4,7 +4,7 @@ FROM %%BASE_IMAGE%% ENV LANG C.UTF-8 # Setup base -RUN apk add --no-cache jq python3 \ +RUN apk add --no-cache tzdata jq python3 \ && pip3 install --no-cache --upgrade pip # Copy data diff --git a/check_config/config.json b/check_config/config.json index 910485d..46b16a0 100644 --- a/check_config/config.json +++ b/check_config/config.json @@ -1,6 +1,6 @@ { "name": "Check HomeAssistant config", - "version": "0.3", + "version": "0.4", "slug": "check_config", "description": "Check HomeAssistant config with a new version", "url": "https://home-assistant.io/addons/check_config/", diff --git a/duckdns/Dockerfile b/duckdns/Dockerfile index e860e7f..d593a67 100644 --- a/duckdns/Dockerfile +++ b/duckdns/Dockerfile @@ -4,7 +4,7 @@ FROM %%BASE_IMAGE%% ENV LANG C.UTF-8 # Setup base -RUN apk add --no-cache jq curl +RUN apk add --no-cache tzdata jq curl # Copy data COPY run.sh / diff --git a/duckdns/config.json b/duckdns/config.json index 4ef3412..978469f 100644 --- a/duckdns/config.json +++ b/duckdns/config.json @@ -1,6 +1,6 @@ { "name": "Duck DNS", - "version": "0.4", + "version": "0.5", "slug": "duckdns", "description": "Free dynamic DNS hosted on Amazon VPC", "url": "https://home-assistant.io/addons/duckdns/", diff --git a/letsencrypt/Dockerfile b/letsencrypt/Dockerfile index 4b42bb6..b9a54d7 100644 --- a/letsencrypt/Dockerfile +++ b/letsencrypt/Dockerfile @@ -4,7 +4,7 @@ FROM %%BASE_IMAGE%% ENV LANG C.UTF-8 # Setup base -RUN apk add --no-cache jq certbot +RUN apk add --no-cache tzdata jq certbot # Copy data COPY run.sh / diff --git a/letsencrypt/config.json b/letsencrypt/config.json index 59bddb6..03cb92d 100644 --- a/letsencrypt/config.json +++ b/letsencrypt/config.json @@ -1,6 +1,6 @@ { "name": "Let's Encrypt", - "version": "0.7", + "version": "0.8", "slug": "letsencrypt", "description": "Manage Let's Encrypt certificate", "url": "https://home-assistant.io/addons/lets_encrypt/", diff --git a/mosquitto/Dockerfile b/mosquitto/Dockerfile index 521f67e..d32060e 100644 --- a/mosquitto/Dockerfile +++ b/mosquitto/Dockerfile @@ -4,7 +4,7 @@ FROM %%BASE_IMAGE%% ENV LANG C.UTF-8 # Setup base -RUN apk add --no-cache jq mosquitto +RUN apk add --no-cache tzdata jq mosquitto # Copy data COPY run.sh / diff --git a/mosquitto/config.json b/mosquitto/config.json index e5b4ef4..d5d6488 100644 --- a/mosquitto/config.json +++ b/mosquitto/config.json @@ -1,6 +1,6 @@ { "name": "Mosquitto broker", - "version": "0.6", + "version": "0.7", "slug": "mosquitto", "description": "An Open Source MQTT broker", "url": "https://home-assistant.io/addons/mosquitto/", diff --git a/nginx_proxy/Dockerfile b/nginx_proxy/Dockerfile index 4304212..2ca1825 100644 --- a/nginx_proxy/Dockerfile +++ b/nginx_proxy/Dockerfile @@ -4,7 +4,7 @@ FROM %%BASE_IMAGE%% ENV LANG C.UTF-8 # Setup base -RUN apk add --no-cache jq nginx libressl +RUN apk add --no-cache tzdata jq nginx libressl # Copy data COPY run.sh / diff --git a/nginx_proxy/config.json b/nginx_proxy/config.json index 1b201af..bcc2d2a 100644 --- a/nginx_proxy/config.json +++ b/nginx_proxy/config.json @@ -1,6 +1,6 @@ { "name": "Nginx HomeAssistant SSL proxy", - "version": "0.2", + "version": "0.3", "slug": "nginx_proxy", "description": "Use nginx as SSL proxy to HomeAssistant instance", "url": "https://home-assistant.io/addons/nginx_proxy/", diff --git a/samba/Dockerfile b/samba/Dockerfile index 9c9f0a6..6229273 100644 --- a/samba/Dockerfile +++ b/samba/Dockerfile @@ -4,7 +4,7 @@ FROM %%BASE_IMAGE%% ENV LANG C.UTF-8 # Setup base -RUN apk add --no-cache jq samba-server samba-common-tools +RUN apk add --no-cache tzdata jq samba-server samba-common-tools # Copy data COPY run.sh / diff --git a/samba/config.json b/samba/config.json index ed78dca..3842fc7 100644 --- a/samba/config.json +++ b/samba/config.json @@ -1,6 +1,6 @@ { "name": "Samba share", - "version": "0.6", + "version": "0.7", "slug": "samba", "description": "Expose HassIO folders with Samba", "url": "https://home-assistant.io/addons/samba/", diff --git a/ssh/Dockerfile b/ssh/Dockerfile index 42826e8..121cb83 100644 --- a/ssh/Dockerfile +++ b/ssh/Dockerfile @@ -4,7 +4,7 @@ FROM %%BASE_IMAGE%% ENV LANG C.UTF-8 # Setup base -RUN apk add --no-cache jq openssh vim +RUN apk add --no-cache tzdata jq openssh vim # Copy data COPY run.sh / diff --git a/ssh/config.json b/ssh/config.json index 036c11d..fab9d58 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "SSH server", - "version": "0.6", + "version": "0.7", "slug": "ssh", "description": "Connect to your server over SSH", "url": "https://home-assistant.io/addons/ssh/",