Skip to content

Commit

Permalink
chore(package): add tzdata to deb images (#12609)
Browse files Browse the repository at this point in the history
The tzdata package supports standard timezone database info.
So users can set or show convenient timezone info.

Fix #FTI-5698
  • Loading branch information
outsinre authored Feb 29, 2024
1 parent 55358df commit 9d68f16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/dockerfiles/deb.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ COPY ${KONG_ARTIFACT_PATH}${KONG_ARTIFACT} /tmp/kong.deb
RUN apt-get update \
&& apt-get -y upgrade \
&& apt-get -y autoremove \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata \
&& apt-get install -y --no-install-recommends /tmp/kong.deb \
&& rm -rf /var/lib/apt/lists/* \
&& rm -rf /tmp/kong.deb \
Expand Down
3 changes: 3 additions & 0 deletions changelog/unreleased/kong/add_tzdata.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
message: |
Add package `tzdata` to DEB Docker image for convenient timezone setting.
type: dependency

0 comments on commit 9d68f16

Please sign in to comment.