Skip to content

Commit

Permalink
fix: local jvm runner relies on released jvm runner
Browse files Browse the repository at this point in the history
Previously this relied on the standard runner image which no longer includes the jvm (as of the latest release)
  • Loading branch information
matt2e committed Nov 7, 2024
1 parent ab91f25 commit c675103
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deployment/Dockerfile.runner-jvm.test
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Huge hack, we want the JVM and same runtime environment as the runner
# So we just take the latest published runner image and copy the JDK from it
# TODO: change this to ftl-runner-jvm once we have released it
FROM ftl0/ftl-runner:latest AS jdk
FROM ftl0/ftl-runner-jvm:latest AS jdk
# Create the runtime image.
FROM ubuntu:24.04

Expand Down

0 comments on commit c675103

Please sign in to comment.