Skip to content

Commit

Permalink
fix: use hal-maven-jdk image for java runtimes (lost from rebase)
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm committed Oct 22, 2019
1 parent b54e438 commit 0f70a38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/controller/component/runtimes.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ const (
var registry = RuntimeRegistry{
runtimes: map[string]runtimeVersions{
"spring-boot": newRuntime("quay.io/halkyonio/hal-maven-jdk"),
"vert.x": newRuntime("quay.io/halkyonio/openjdk8-s2i"),
"quarkus": newRuntime("quay.io/halkyonio/openjdk8-s2i"),
"thorntail": newRuntime("quay.io/halkyonio/openjdk8-s2i"),
"vert.x": newRuntime("quay.io/halkyonio/hal-maven-jdk"),
"quarkus": newRuntime("quay.io/halkyonio/hal-maven-jdk"),
"thorntail": newRuntime("quay.io/halkyonio/hal-maven-jdk"),
"openjdk8": newRuntime("registry.access.redhat.com/redhat-openjdk-18/openjdk18-openshift"),
"node.js": newRuntime("nodeshift/centos7-s2i-nodejs"),
supervisorImageId: newRuntime("quay.io/halkyonio/supervisord"),
Expand Down

0 comments on commit 0f70a38

Please sign in to comment.