Skip to content

Commit c6c9fac

Browse files
committed
Add missing TZ data for JDK11 UBI images
1 parent bbc79f2 commit c6c9fac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile-4_0.ubi8

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ ENV CASSANDRA_DATA_DIR /var/lib/cassandra
118118
# Update base layer
119119
RUN microdnf update && rm -rf /var/cache/yum \
120120
# Install packages needed during install process
121-
&& microdnf install --nodocs java-11-openjdk-headless python3 zlib findutils which hostname iproute shadow-utils procps util-linux glibc-langpack-en \
121+
&& microdnf install --nodocs java-11-openjdk-headless tzdata-java python3 zlib findutils which hostname iproute shadow-utils procps util-linux glibc-langpack-en \
122122
&& microdnf clean all \
123123
# Add Cassandra user
124124
&& groupadd -r cassandra --gid=999 \

Dockerfile-4_1.ubi8

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ ENV CASSANDRA_DATA_DIR /var/lib/cassandra
119119
# Update base layer
120120
RUN microdnf update && rm -rf /var/cache/yum \
121121
# Install packages needed during install process
122-
&& microdnf install --nodocs java-11-openjdk-headless python3 zlib findutils which hostname iproute shadow-utils procps util-linux glibc-langpack-en \
122+
&& microdnf install --nodocs java-11-openjdk-headless tzdata-java python3 zlib findutils which hostname iproute shadow-utils procps util-linux glibc-langpack-en \
123123
&& microdnf clean all \
124124
# Add Cassandra user
125125
&& groupadd -r cassandra --gid=999 \

cassandra-trunk/Dockerfile.ubi8

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ ENV CASSANDRA_FILES_PATH /opt/cassandra_files
139139
# Update base layer
140140
RUN microdnf update && rm -rf /var/cache/yum \
141141
# Install packages needed during install process
142-
&& microdnf install --nodocs java-11-openjdk-headless python3 zlib findutils which hostname iproute shadow-utils procps util-linux glibc-langpack-en \
142+
&& microdnf install --nodocs java-11-openjdk-headless tzdata-java python3 zlib findutils which hostname iproute shadow-utils procps util-linux glibc-langpack-en \
143143
&& microdnf clean all \
144144
# Add Cassandra user
145145
&& groupadd -r cassandra --gid=999 \

0 commit comments

Comments
 (0)