diff --git a/Dockerfile b/Dockerfile index 361fadc..31ea0f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,5 +48,4 @@ ENV JAVA_HOME="/usr/lib64/jvm/java-23-openjdk-23" ENV JAVA_ROOT="/usr/lib64/jvm/java-23-openjdk-23" ENV JAVA_VERSION="23" -CMD ["/usr/bin/jshell"] RUN set -euo pipefail; [ -d $JAVA_HOME ]; [ -d $JAVA_BINDIR ]; [ -f "$JAVA_BINDIR/java" ] && [ -x "$JAVA_BINDIR/java" ] diff --git a/README.md b/README.md index a016f7b..20ac35a 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,6 @@ The OpenJDK development image is intended to be used as a build environment. For ## Usage -The default command for the image is the Java Shell tool (JShell). - -```ShellSession -$ podman run -it --rm registry.opensuse.org/opensuse/bci/openjdk-devel:23 -jshell> /help -``` - To compile and deploy an application, copy the sources and build the binary: ```Dockerfile diff --git a/openjdk-23-devel-image.changes b/openjdk-23-devel-image.changes index 6c1e593..f6dba02 100644 --- a/openjdk-23-devel-image.changes +++ b/openjdk-23-devel-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 1 14:29:37 UTC 2025 - SUSE Update Bot + +- remove jshell as default command + ------------------------------------------------------------------- Wed Jan 1 14:13:48 UTC 2025 - SUSE Update Bot