2022-01-15 19:30:23 UTC - Davide Pugliese: Hello, I have created a runtime too for Java 17 and I have some issues when running CI/CD pipeline: <https://app.travis-ci.com/github/apache/openwhisk-runtime-java/builds/244873191> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1642275023001800?thread_ts=1642275023.001800&cid=C3TPCAQG1 ---- 2022-01-15 19:30:55 UTC - Davide Pugliese: ```* What went wrong: 1182Execution failed for task ':core:java17actionloop:tagImage'. 1183> Sat Jan 15 19:08:15 UTC 2022: Command 'docker tag actionloop-java-v8:nightly whisk/actionloop-java-v8:nightly:latest' failed ```
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1642275055002100 ---- 2022-01-15 19:31:20 UTC - Davide Pugliese: Before it was failing with actionloop-java-v8:latest, so I tried with nightly (as this is what I used on my local machine) https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1642275080002600 ---- 2022-01-15 19:33:02 UTC - Davide Pugliese: <https://github.com/apache/openwhisk-runtime-java/pull/131/files> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1642275182002900 ---- 2022-01-15 19:49:50 UTC - Ben Carver: Is there a way to trim/prune the CouchDB database associated with OpenWhisk in a Kubernetes deployment? It seems like my ClusterDB slowly gets bigger, and I keep having to increase the PVC size or whatever. (The `db.persistence.size` configuration parameter in `values.yaml` .) https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1642276190004300?thread_ts=1642276190.004300&cid=C3TPCAQG1 ----