provectus / kafka-ui

Open-Source Web UI for Apache Kafka Management
Apache License 2.0
8.97k stars 1.1k forks source link

chore(kafka-ui-api): Upgrade base Docker image for Kafka UI API (Alpine 3.15 EOL) #4413

Open adiii717 opened 3 months ago

adiii717 commented 3 months ago

kafka-ui is running an unsupported operating system Alpine 3.15.8, which reached end of support 5 months ago, 2023 Nov 01. This leaves the system vulnerable to many security issues that can be exploited, as it does not receive security patches. For more information on this operating system, please follow https://alpinelinux.org/releases/

What changes did you make?

Upgrade the base image which come with alpine 19.x

How Has This Been Tested?

The above Docker images have been tested manually by running the following commands:

docker run -it -p 8080:8080 --rm ghcr.io/adiii717/kafka-ui:v19
docker run -p 8080:8080 --rm ghcr.io/adiii717/kafka-ui:amd64
varkey commented 2 months ago

Would be great if this can be reviewed. This is an important update for us as well.

Haarolean commented 2 months ago

Would be great if this can be reviewed. This is an important update for us as well.

This repo is not maintained (#4255), see https://github.com/kafbat/kafka-ui