Skip to content

Commit 0b47a88

Browse files
Alexey Reshetovmbalassi
authored andcommitted
Change base image from jre-jammy to jre-noble for security improvements
This change updates all Flink Docker images to use Ubuntu 24.04 LTS (Noble) instead of Ubuntu 22.04 LTS (Jammy) as the base image, providing: - More recent security patches and vulnerability fixes - Updated system packages and libraries - Extended LTS support until 2029
1 parent 5150b76 commit 0b47a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function generateDockerfile {
1515
java_version=$6
1616
source_variant=$7
1717

18-
from_docker_image="eclipse-temurin:${java_version}-jre-jammy"
18+
from_docker_image="eclipse-temurin:${java_version}-jre-noble"
1919

2020
cp docker-entrypoint.sh "$dir/docker-entrypoint.sh"
2121

0 commit comments

Comments
 (0)