mirror of
https://github.com/hercules-ci/arion.git
synced 2024-11-22 15:24:26 +03:00
zookeeper ships with an appropriate java now
This commit is contained in:
parent
fbb56568e9
commit
40fd74e71f
@ -53,7 +53,7 @@
|
||||
})
|
||||
];
|
||||
image.command = [
|
||||
"${pkgs.zookeeper.override { jre = pkgs.jdk8_headless; }}/bin/zkServer.sh"
|
||||
"${pkgs.zookeeper}/bin/zkServer.sh"
|
||||
"--config"
|
||||
"${./zookeeper}"
|
||||
"start-foreground"
|
||||
|
Loading…
Reference in New Issue
Block a user