Skip to content

Commit

Permalink
fix: local jvm runner relies on released jvm runner (#3353)
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 authored Nov 7, 2024
1 parent ab91f25 commit 6b1e830
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 6b1e830

Please sign in to comment.