Skip to content

Commit

Permalink
[PG-1301]: Reinstalls tzdata package. (#1114)
Browse files Browse the repository at this point in the history
  • Loading branch information
maqeel75 authored Jan 20, 2025
1 parent bf75908 commit e707112
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions percona-distribution-postgresql-12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ RUN set -ex; \
shadow-utils \
libpq \
libedit; \
microdnf -y reinstall tzdata; \
microdnf clean all

# the numeric UID is needed for OpenShift
Expand Down
1 change: 1 addition & 0 deletions percona-distribution-postgresql-12/Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ RUN set -ex; \
shadow-utils \
libpq \
libedit; \
microdnf -y reinstall tzdata; \
microdnf clean all

# the numeric UID is needed for OpenShift
Expand Down
1 change: 1 addition & 0 deletions percona-distribution-postgresql-13/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ RUN set -ex; \
shadow-utils \
libpq \
libedit; \
microdnf -y reinstall tzdata; \
microdnf clean all

# the numeric UID is needed for OpenShift
Expand Down
1 change: 1 addition & 0 deletions percona-distribution-postgresql-13/Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ RUN set -ex; \
shadow-utils \
libpq \
libedit; \
microdnf -y reinstall tzdata; \
microdnf clean all

# the numeric UID is needed for OpenShift
Expand Down
1 change: 1 addition & 0 deletions percona-distribution-postgresql-14/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ RUN set -ex; \
shadow-utils \
libpq \
libedit; \
microdnf -y reinstall tzdata; \
microdnf clean all

# the numeric UID is needed for OpenShift
Expand Down
1 change: 1 addition & 0 deletions percona-distribution-postgresql-14/Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ RUN set -ex; \
shadow-utils \
libpq \
libedit; \
microdnf -y reinstall tzdata; \
microdnf clean all

# the numeric UID is needed for OpenShift
Expand Down
1 change: 1 addition & 0 deletions percona-distribution-postgresql-15/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ RUN set -ex; \
shadow-utils \
libpq \
libedit; \
microdnf -y reinstall tzdata; \
microdnf clean all

# the numeric UID is needed for OpenShift
Expand Down
1 change: 1 addition & 0 deletions percona-distribution-postgresql-15/Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ RUN set -ex; \
shadow-utils \
libpq \
libedit; \
microdnf -y reinstall tzdata; \
microdnf clean all

# the numeric UID is needed for OpenShift
Expand Down
1 change: 1 addition & 0 deletions percona-distribution-postgresql-16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ RUN set -ex; \
shadow-utils \
libpq \
libedit; \
microdnf -y reinstall tzdata; \
microdnf clean all

# the numeric UID is needed for OpenShift
Expand Down
1 change: 1 addition & 0 deletions percona-distribution-postgresql-16/Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ RUN set -ex; \
shadow-utils \
libpq \
libedit; \
microdnf -y reinstall tzdata; \
microdnf clean all

# the numeric UID is needed for OpenShift
Expand Down
1 change: 1 addition & 0 deletions percona-distribution-postgresql-17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ RUN set -ex; \
shadow-utils \
libpq \
libedit; \
microdnf -y reinstall tzdata; \
microdnf clean all

# the numeric UID is needed for OpenShift
Expand Down
1 change: 1 addition & 0 deletions percona-distribution-postgresql-17/Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ RUN set -ex; \
shadow-utils \
libpq \
libedit; \
microdnf -y reinstall tzdata; \
microdnf clean all

# the numeric UID is needed for OpenShift
Expand Down

0 comments on commit e707112

Please sign in to comment.