Skip to content

Commit

Permalink
🔨 chore: Updating the base docker image description (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
Liquidwe authored Oct 23, 2024
1 parent 303f430 commit c5a86f5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions flink/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM repository.chainbase.com/network/flink:v1.18-0.2
# Use the official Flink image as base for the final image
# Use the official Flink image as the base image
# The official Flink image is built on top of the official Flink image: FROM flink:1.18.1
# /opt/flink/lib/ is the directory where Flink reads JAR files from
# IF you want to use other JAR files, you can copy them to /opt/flink/lib/ in the Dockerfile
FROM repository.chainbase.com/manuscript-node/manuscript-node:latest

# Copy the built JAR from the build stage
ADD runner/target/runner-1.0-SNAPSHOT.jar /opt/flink/lib/runner-1.0-SNAPSHOT.jar

0 comments on commit c5a86f5

Please sign in to comment.