pravega / zookeeper-operator

Kubernetes Operator for Zookeeper
Apache License 2.0
364 stars 203 forks source link

Help: building zookeeper docker image in local #610

Open crombus opened 2 months ago

crombus commented 2 months ago

Description

having issues with kotlin (Describe the feature, bug, question, proposal that you are requesting) 6.291 6.291 Here are the highlights of this release: 6.291 - Aggregated test and JaCoCo reports 6.291 - Marking additional test source directories as tests in IntelliJ 6.291 - Support for Adoptium JDKs in Java toolchains 6.291 6.291 For more details see https://docs.gradle.org/7.4/release-notes.html 6.292 6.292 Starting a Gradle Daemon (subsequent builds will be faster) 25.19 25.19 FAILURE: Build failed with an exception. 25.19 25.19 Where: 25.19 Build file '/zu/build.gradle.kts' line: 4 25.19 25.19 What went wrong: 25.19 Plugin [id: 'org.jetbrains.kotlin.jvm', version: '1.5.31'] was not found in any of the following sources: 25.19 25.19 - Gradle Core Plugins (plugin is not in 'org.gradle' namespace) 25.19 - Plugin Repositories (could not resolve plugin artifact 'org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:1.5.31') 25.19 Searched in the following repositories: 25.19 Gradle Central Plugin Repository 25.19 25.19 Try: 25.19 > Run with --stacktrace option to get the stack trace. 25.19 > Run with --info or --debug option to get more log output. 25.19 > Run with --scan to get full insights. 25.19 25.19 Get more help at https://help.gradle.org 25.19 25.19 BUILD FAILED in 24s

Dockerfile:25

23 | RUN sudo dpkg --purge --force-depends ca-certificates-java 24 | RUN sudo apt-get install -y ca-certificates-java 25 | >>> RUN ./gradlew clean 26 | RUN ./gradlew --console=verbose --info shadowJar

Importance

(Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have)) blocker

Location

(Where is the piece of code, package, or document affected by this issue?) docker/

Suggestions for an improvement

(How do you suggest to fix or proceed with this issue?)