1
0
mirror of https://github.com/eclipse/mosquitto.git synced 2025-05-09 01:01:11 +08:00

Add tzdata to docker images to allow setting timezone

Closes #3040
This commit is contained in:
Roger A. Light 2024-11-01 10:48:10 +00:00
parent 6ff72b838d
commit ba2b98d4ab
9 changed files with 18 additions and 8 deletions

View File

@ -13,6 +13,7 @@ Client library:
Build:
- Fix Windows builds not having websockets enabled.
- Add tzdata to docker images
2.0.20 - 2024-10-16

View File

@ -82,7 +82,9 @@ RUN set -x && \
install -m644 /build/mosq/mosquitto.conf /mosquitto/config/mosquitto.conf && \
chown -R mosquitto:mosquitto /mosquitto && \
apk --no-cache add \
ca-certificates libuuid && \
ca-certificates \
libuuid \
tzdata && \
apk del build-deps && \
rm -rf /build

View File

@ -82,7 +82,8 @@ RUN set -x && \
apk --no-cache add \
ca-certificates \
libressl \
libuuid && \
libuuid \
tzdata && \
apk del build-deps && \
rm -rf /build

View File

@ -86,7 +86,8 @@ RUN set -x && \
install -Dm644 /build/mosq/edl-v10 /usr/share/licenses/mosquitto/edl-v10 && \
chown -R mosquitto:mosquitto /mosquitto && \
apk --no-cache add \
ca-certificates && \
ca-certificates \
tzdata && \
apk del build-deps && \
rm -rf /build

View File

@ -88,7 +88,8 @@ RUN set -x && \
chown -R mosquitto:mosquitto /mosquitto && \
apk --no-cache add \
ca-certificates \
libressl && \
libressl \
tzdata && \
apk del build-deps && \
rm -rf /build

View File

@ -90,7 +90,8 @@ RUN set -x && \
chown -R mosquitto:mosquitto /mosquitto && \
apk --no-cache add \
ca-certificates \
cjson && \
cjson \
tzdata && \
apk del build-deps && \
rm -rf /build

View File

@ -92,7 +92,8 @@ RUN set -x && \
apk --no-cache add \
ca-certificates \
cjson \
libressl && \
libressl \
tzdata && \
apk del build-deps && \
rm -rf /build

View File

@ -108,7 +108,8 @@ RUN set -x && \
install -Dm644 /build/mosq/edl-v10 /usr/share/licenses/mosquitto/edl-v10 && \
chown -R mosquitto:mosquitto /mosquitto && \
apk --no-cache add \
ca-certificates && \
ca-certificates \
tzdata && \
apk del build-deps && \
rm -rf /build

View File

@ -77,7 +77,8 @@ RUN set -x && \
install -Dm644 /build/mosq/edl-v10 /usr/share/licenses/mosquitto/edl-v10 && \
chown -R mosquitto:mosquitto /mosquitto && \
apk --no-cache add \
ca-certificates && \
ca-certificates \
tzdata && \
apk del build-deps && \
rm -rf /build