Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tzdata package for timezones #170

Merged
merged 1 commit into from
Jan 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion silta-nginx/1.17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV NGINX_VTS_VERSION 0.2.2

RUN apk add --update gcc libc-dev linux-headers zlib-dev openrc autoconf automake g++ make \
libressl-dev geoip-dev lmdb-dev pcre-dev libtool libxml2-dev yajl-dev pkgconf zlib-dev \
libcurl curl
libcurl curl tzdata

# Download sources
RUN curl "http://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz" -o nginx.tar.gz && \
Expand Down
4 changes: 2 additions & 2 deletions silta-nginx/1.17/TAGS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
1.17-v1
1.17-v1.0
1.17-v1.0.0
1.17-v1.1
1.17-v1.1.0
2 changes: 1 addition & 1 deletion silta-nginx/1.19/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV NGINX_VTS_VERSION 0.2.2

RUN apk add --update gcc libc-dev linux-headers zlib-dev openrc autoconf automake g++ make \
libressl-dev geoip-dev lmdb-dev pcre-dev libtool libxml2-dev yajl-dev pkgconf zlib-dev \
libcurl curl
libcurl curl tzdata

# Download sources
RUN curl "http://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz" -o nginx.tar.gz && \
Expand Down
4 changes: 2 additions & 2 deletions silta-nginx/1.19/TAGS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
1.19-v1
1.19-v1.0
1.19-v1.0.0
1.19-v1.1
1.19-v1.1.0
2 changes: 1 addition & 1 deletion silta-nginx/1.21/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV NGINX_VTS_VERSION 0.2.2

RUN apk add --update gcc libc-dev linux-headers zlib-dev openrc autoconf automake g++ make \
libressl-dev geoip-dev lmdb-dev pcre-dev libtool libxml2-dev yajl-dev pkgconf zlib-dev \
libcurl curl
libcurl curl tzdata

# Download sources
RUN curl "http://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz" -o nginx.tar.gz && \
Expand Down
4 changes: 2 additions & 2 deletions silta-nginx/1.21/TAGS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
1.21-v1
1.21-v1.0
1.21-v1.0.0
1.21-v1.1
1.21-v1.1.0
2 changes: 1 addition & 1 deletion silta-nginx/1.23/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV NGINX_VTS_VERSION 0.2.2

RUN apk add --update gcc libc-dev linux-headers zlib-dev openrc autoconf automake g++ make \
libressl-dev geoip-dev lmdb-dev pcre-dev libtool libxml2-dev yajl-dev pkgconf zlib-dev \
libcurl curl
libcurl curl tzdata

# Download sources
RUN curl "http://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz" -o nginx.tar.gz && \
Expand Down
4 changes: 2 additions & 2 deletions silta-nginx/1.23/TAGS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
1.23-v1
1.23-v1.0
1.23-v1.0.0
1.23-v1.1
1.23-v1.1.0
2 changes: 1 addition & 1 deletion silta-nginx/1.24/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV NGINX_VTS_VERSION 0.2.2

RUN apk add --update gcc libc-dev linux-headers zlib-dev openrc autoconf automake g++ make \
libressl-dev geoip-dev lmdb-dev pcre-dev libtool libxml2-dev yajl-dev pkgconf zlib-dev \
libcurl curl
libcurl curl tzdata

# Download sources
RUN curl "http://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz" -o nginx.tar.gz && \
Expand Down
4 changes: 2 additions & 2 deletions silta-nginx/1.24/TAGS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
1.24-v1
1.24-v1.0
1.24-v1.0.0
1.24-v1.1
1.24-v1.1.0
2 changes: 1 addition & 1 deletion silta-node/12-alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:12.22-alpine

RUN apk add --no-cache openssh bash rsync curl
RUN apk add --no-cache openssh bash rsync curl tzdata

EXPOSE 22

Expand Down
4 changes: 2 additions & 2 deletions silta-node/12-alpine/TAGS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
12-alpine-v1
12-alpine-v1.0
12-alpine-v1.0.0
12-alpine-v1.1
12-alpine-v1.1.0
2 changes: 1 addition & 1 deletion silta-node/14-alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:14.21-alpine

RUN apk add --no-cache openssh bash rsync curl
RUN apk add --no-cache openssh bash rsync curl tzdata

EXPOSE 22

Expand Down
4 changes: 2 additions & 2 deletions silta-node/14-alpine/TAGS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
14-alpine-v1
14-alpine-v1.0
14-alpine-v1.0.0
14-alpine-v1.1
14-alpine-v1.1.0
2 changes: 1 addition & 1 deletion silta-node/16-alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:16.20-alpine

RUN apk add --no-cache openssh bash rsync curl
RUN apk add --no-cache openssh bash rsync curl tzdata

EXPOSE 22

Expand Down
4 changes: 2 additions & 2 deletions silta-node/16-alpine/TAGS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
16-alpine-v1
16-alpine-v1.0
16-alpine-v1.0.0
16-alpine-v1.1
16-alpine-v1.1.0
2 changes: 1 addition & 1 deletion silta-node/18-alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:18.17-alpine

RUN apk add --no-cache openssh bash rsync curl
RUN apk add --no-cache openssh bash rsync curl tzdata

EXPOSE 22

Expand Down
4 changes: 2 additions & 2 deletions silta-node/18-alpine/TAGS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
18-alpine-v1
18-alpine-v1.0
18-alpine-v1.0.0
18-alpine-v1.1
18-alpine-v1.1.0
2 changes: 1 addition & 1 deletion silta-node/20-alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:20.5-alpine

RUN apk add --no-cache openssh bash rsync curl
RUN apk add --no-cache openssh bash rsync curl tzdata

EXPOSE 22

Expand Down
4 changes: 2 additions & 2 deletions silta-node/20-alpine/TAGS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
20-alpine-v1
20-alpine-v1.0
20-alpine-v1.0.0
20-alpine-v1.1
20-alpine-v1.1.0
3 changes: 2 additions & 1 deletion silta-php-fpm/7.2-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ RUN apk add --update --no-cache bash openssh-client rsync ssmtp tini \
libxml2 \
libxslt \
libgcrypt \
yaml
yaml \
tzdata

# PHP modules and build dependencies
RUN apk add --no-cache \
Expand Down
4 changes: 2 additions & 2 deletions silta-php-fpm/7.2-fpm/TAGS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
7.2
7.2-fpm
7.2-fpm-v1
7.2-fpm-v1.0
7.2-fpm-v1.0.2
7.2-fpm-v1.1
7.2-fpm-v1.1.0
3 changes: 2 additions & 1 deletion silta-php-fpm/7.3-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ RUN apk add --update --no-cache bash openssh-client rsync ssmtp tini \
libxml2 \
libxslt \
libgcrypt \
yaml
yaml \
tzdata

# PHP modules and build dependencies
RUN apk add --no-cache \
Expand Down
4 changes: 2 additions & 2 deletions silta-php-fpm/7.3-fpm/TAGS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
7.3
7.3-fpm
7.3-fpm-v1
7.3-fpm-v1.0
7.3-fpm-v1.0.2
7.3-fpm-v1.1
7.3-fpm-v1.1.0
latest
3 changes: 2 additions & 1 deletion silta-php-fpm/7.4-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ RUN apk add --update --no-cache bash openssh-client rsync ssmtp tini \
libgcrypt \
yaml \
autoconf \
pkgconfig
pkgconfig \
tzdata

# Requires 1.3.2+ to fix CVE-2023-4863
RUN apk add libwebp libwebp-dev --update-cache --repository "http://dl-cdn.alpinelinux.org/alpine/v3.18/main" --allow-untrusted \
Expand Down
4 changes: 2 additions & 2 deletions silta-php-fpm/7.4-fpm/TAGS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
7.4
7.4-fpm
7.4-fpm-v1
7.4-fpm-v1.0
7.4-fpm-v1.0.2
7.4-fpm-v1.1
7.4-fpm-v1.1.0
3 changes: 2 additions & 1 deletion silta-php-fpm/8.0-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ RUN apk add --update --no-cache bash openssh-client rsync ssmtp tini \
libxslt \
libgcrypt \
libwebp \
yaml
yaml \
tzdata

# PHP modules and build dependencies
RUN apk add --no-cache \
Expand Down
4 changes: 2 additions & 2 deletions silta-php-fpm/8.0-fpm/TAGS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
8.0
8.0-fpm
8.0-fpm-v1
8.0-fpm-v1.0
8.0-fpm-v1.0.2
8.0-fpm-v1.1
8.0-fpm-v1.1.0
3 changes: 2 additions & 1 deletion silta-php-fpm/8.1-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ RUN apk add --update --no-cache bash openssh-client rsync ssmtp tini \
libxslt \
libgcrypt \
libwebp \
yaml
yaml \
tzdata

# PHP modules and build dependencies
RUN apk add --no-cache \
Expand Down
4 changes: 2 additions & 2 deletions silta-php-fpm/8.1-fpm/TAGS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
8.1
8.1-fpm
8.1-fpm-v1
8.1-fpm-v1.0
8.1-fpm-v1.0.2
8.1-fpm-v1.1
8.1-fpm-v1.1.0
3 changes: 2 additions & 1 deletion silta-php-fpm/8.2-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ RUN apk add --update --no-cache bash openssh-client rsync ssmtp tini \
libxslt \
libgcrypt \
libwebp \
yaml
yaml \
tzdata

# PHP modules and build dependencies
RUN apk add --no-cache \
Expand Down
4 changes: 2 additions & 2 deletions silta-php-fpm/8.2-fpm/TAGS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
8.2
8.2-fpm
8.2-fpm-v1
8.2-fpm-v1.0
8.2-fpm-v1.0.2
8.2-fpm-v1.1
8.2-fpm-v1.1.0