Skip to content

Commit d79e47f

Browse files
committed
Update kafka and add sysstat
1 parent 8ad21e6 commit d79e47f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
FROM docker.io/library/archlinux:latest
2-
ENV KAFKA_VERSION=3.5.1
2+
ENV KAFKA_VERSION=3.6.1
33
RUN curl -L https://www.archlinux.org/mirrorlist/\?country\=US\&protocol=http\&protocol\=https\&ip_version\=4 | sed -e 's/^#Server/Server/' -e '/^#/d' | tee /etc/pacman.d/mirrorlist && \
44
pacman -Syu --noconfirm && \
55
ln -snf /usr/share/zoneinfo/US/Pacific /etc/localtime && \
6-
pacman --noconfirm -S dnsutils netcat curl neovim zsh jq aws-cli-v2 kubectl jre-openjdk tcpdump postgresql rclone sshpass && \
6+
pacman --noconfirm -S dnsutils netcat curl neovim zsh jq aws-cli-v2 kubectl jre-openjdk tcpdump postgresql rclone sshpass sysstat && \
77
curl -LO https://apache.osuosl.org/kafka/$KAFKA_VERSION/kafka_2.13-$KAFKA_VERSION.tgz && \
88
tar xzvf kafka_2.13-$KAFKA_VERSION.tgz && \
99
mv kafka_2.13-$KAFKA_VERSION /opt/kafka && \

lastbuild.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2023-09-19T13:47-07:00
1+
2024-01-18T07:52:56-08:00

0 commit comments

Comments
 (0)