Update logs-oracle (#360)

* Update logs-oracle
* Install deps in docker image
This commit is contained in:
Nikolay G
2023-12-19 04:02:37 +01:00
committed by GitHub
parent 66331e23d3
commit 9c6d452efe
6 changed files with 20 additions and 19 deletions

View File

@@ -169,7 +169,7 @@ application {
jib {
from {
image = 'openjdk:20'
image = 'docker://drpc-dshackle'
}
to {
// by default publish as:
@@ -192,7 +192,7 @@ jib {
}
}
container {
jvmFlags = ['-XX:+UseG1GC', '-XX:+ExitOnOutOfMemoryError', '-Xms1024M', '-XX:+UnlockDiagnosticVMOptions', '-XX:GCLockerRetryAllocationCount=10']
jvmFlags = ['-XX:+UseG1GC', '-XX:+ExitOnOutOfMemoryError', '-Xms1024M', '-XX:+UnlockDiagnosticVMOptions', '-XX:GCLockerRetryAllocationCount=10', '--enable-preview']
mainClass = 'io.emeraldpay.dshackle.StarterKt'
args = []
ports = ['2448', '2449', '8545']