diff --git a/Dockerfile b/Dockerfile index 5b76480..c219d36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,5 +47,4 @@ ENV JAVA_HOME="/usr/lib64/jvm/java-11-openjdk-11" ENV JAVA_ROOT="/usr/lib64/jvm/java-11-openjdk-11" ENV JAVA_VERSION="11" -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 c6b5db2..0bbdffb 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:11 -jshell> /help -``` - To compile and deploy an application, copy the sources and build the binary: ```Dockerfile diff --git a/openjdk-11-devel-image.changes b/openjdk-11-devel-image.changes index 5f388eb..ec750fd 100644 --- a/openjdk-11-devel-image.changes +++ b/openjdk-11-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