Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: IBM/sarama
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 22d34ba20c682ed829dd59ddb98f3883de3b6201
Choose a base ref
..
head repository: IBM/sarama
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 89eb58fc1d51029dae3b8dfde608e9d7278c156a
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 Dockerfile.kafka
2 changes: 1 addition & 1 deletion Dockerfile.kafka
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5@sha256:daa61d6103e98bccf40d
USER root

RUN microdnf update -y \
&& microdnf install -y curl gzip java-17-openjdk-headless tar tzdata-java \
&& microdnf install -y gzip java-17-openjdk-headless tar tzdata-java \
&& microdnf reinstall -y tzdata \
&& microdnf clean all