Skip to content

Commit

Permalink
Fix kroxylicious#752: remove reinstall of tzdata (kroxylicious#755)
Browse files Browse the repository at this point in the history
why: it is a superfluous step that was never required for Kroxylicious (hang over from Strimzi)

Signed-off-by: kwall <[email protected]>
  • Loading branch information
k-wall authored Nov 28, 2023
1 parent bfd2720 commit 2e1bef0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Please enumerate **all user-facing** changes using format `<githib issue/pr numb

## 0.4.0

* [#752](https://github.com/kroxylicious/kroxylicious/issues/752): Remove redudant reinstallation of time-zone data in Dockerfile used for Kroxylicious container image
* [#727](https://github.com/kroxylicious/kroxylicious/pull/727): Tease out simple transform filters into their own module
* [#738](https://github.com/kroxylicious/kroxylicious/pull/738): Update to Kroxylicious Junit Ext 0.7.0
* [#723](https://github.com/kroxylicious/kroxylicious/pull/723): Bump com.fasterxml.jackson:jackson-bom from 2.15.3 to 2.16.0 #723
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ ARG KROXYLICIOUS_VERSION

RUN microdnf -y update \
&& microdnf --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install -y java-${JAVA_VERSION}-openjdk-headless openssl shadow-utils \
&& microdnf reinstall -y tzdata \
&& microdnf clean all

ENV JAVA_HOME /usr/lib/jvm/jre-17
Expand Down

0 comments on commit 2e1bef0

Please sign in to comment.