File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ ARG TARGETARCH
8
8
9
9
USER root
10
10
11
- RUN microdnf update \
11
+ RUN microdnf update -y \
12
12
&& microdnf --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install -y java-${JAVA_VERSION}-openjdk-headless openssl shadow-utils \
13
13
&& microdnf reinstall -y tzdata \
14
- && microdnf clean all
14
+ && microdnf clean all -y
15
15
16
16
ENV JAVA_HOME /usr/lib/jvm/jre-17
17
17
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ARG TARGETOS
10
10
ARG TARGETARCH
11
11
12
12
RUN microdnf --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install -y gettext nmap-ncat net-tools unzip hostname findutils tar \
13
- && microdnf clean all
13
+ && microdnf clean all -y
14
14
15
15
# Add kafka user with UID 1001
16
16
# The user is in the group 0 to have access to the mounted volumes and storage
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ USER root
9
9
RUN useradd -r -m -u 1001 -g 0 strimzi
10
10
11
11
RUN microdnf update -y \
12
- && microdnf clean all
12
+ && microdnf clean all -y
13
13
14
14
USER 1001
You can’t perform that action at this time.
0 commit comments