Skip to content

Commit

Permalink
fix: log4j flink base image (#165)
Browse files Browse the repository at this point in the history
Signed-off-by: Ash <[email protected]>
  • Loading branch information
iutx authored Oct 10, 2024
1 parent 802df50 commit a4fbdb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN mvn clean package -pl ${APP} -am -B -DskipTests

FROM registry.erda.cloud/erda-addons/flink:1.12.7-erda

RUN sed -i 's/X9\.62 \w\+, //g' /usr/lib/jvm/java-1.8.0-openjdk/jre/lib/security/java.security
RUN sed -i 's/X9\.62 \w\+, //g' ${JAVA_HOME}/jre/lib/security/java.security

WORKDIR $FLINK_HOME

Expand Down

0 comments on commit a4fbdb9

Please sign in to comment.