Skip to content

Commit

Permalink
Bump Flink and Spark job server container base imager to tumerin-11 (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
Abacn authored Oct 30, 2024
1 parent dd556b2 commit 24a0447
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"comment": "Modify this file in a trivial way to cause this test suite to run",
"modification": 1
"modification": 2
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"comment": "Modify this file in a trivial way to cause this test suite to run",
"https://github.com/apache/beam/pull/31156": "noting that PR #31156 should run this test"
"modification": "1"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"comment": "Modify this file in a trivial way to cause this test suite to run",
"modification": 1
"modification": 3
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"comment": "Modify this file in a trivial way to cause this test suite to run",
"modification": 1
"modification": 4
}
2 changes: 1 addition & 1 deletion runners/flink/job-server-container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# limitations under the License.
###############################################################################

FROM openjdk:8
FROM eclipse-temurin:11
MAINTAINER "Apache Beam <dev@beam.apache.org>"

RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y libltdl7
Expand Down
2 changes: 1 addition & 1 deletion runners/spark/job-server/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# limitations under the License.
###############################################################################

FROM openjdk:8
FROM eclipse-temurin:11
MAINTAINER "Apache Beam <dev@beam.apache.org>"

RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y libltdl7
Expand Down

0 comments on commit 24a0447

Please sign in to comment.