Chia-Ping Tsai created KAFKA-19501: -------------------------------------- Summary: System tests should use 17-bullseye instead of 17-buster Key: KAFKA-19501 URL: https://issues.apache.org/jira/browse/KAFKA-19501 Project: Kafka Issue Type: Bug Reporter: Chia-Ping Tsai Assignee: Chia-Ping Tsai
the version buster was removed from https://security.debian.org/debian-security, and hence the command "apt update" fails due to a 404 error (see below log) {code:java} > [stage-1 2/59] RUN apt update && apt install -y sudo git netcat iptables > rsync unzip wget curl jq coreutils openssh-server net-tools vim python3-pip > python3-dev libffi-dev libssl-dev cmake pkg-config libfuse-dev iperf > traceroute iproute2 iputils-ping && apt-get -y clean: > 0.721 0.721 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 0.721 0.901 Ign:1 http://security.debian.org/debian-security buster/updates InRelease 0.902 Err:2 http://security.debian.org/debian-security buster/updates Release 0.902 404 Not Found [IP: 151.101.194.132 80] 0.903 Ign:3 http://deb.debian.org/debian buster InRelease 0.906 Ign:4 http://deb.debian.org/debian buster-updates InRelease 0.909 Err:5 http://deb.debian.org/debian buster Release 0.909 404 Not Found [IP: 151.101.2.132 80] 0.911 Err:6 http://deb.debian.org/debian buster-updates Release 0.911 404 Not Found [IP: 151.101.2.132 80] {code} the simple approach is to use 17-bullseye instead of 17-buster -- This message was sent by Atlassian Jira (v8.20.10#820010)