Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openjdk-23-devel-image for openSUSE:Factory checked in at 2025-01-02 19:20:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openjdk-23-devel-image (Old) and /work/SRC/openSUSE:Factory/.openjdk-23-devel-image.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openjdk-23-devel-image" Thu Jan 2 19:20:24 2025 rev:5 rq:1234351 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/openjdk-23-devel-image/openjdk-23-devel-image.changes 2024-12-03 20:49:19.964375029 +0100 +++ /work/SRC/openSUSE:Factory/.openjdk-23-devel-image.new.1881/openjdk-23-devel-image.changes 2025-01-02 19:20:55.247213624 +0100 @@ -1,0 +2,10 @@ +Wed Jan 1 14:29:37 UTC 2025 - SUSE Update Bot <bci-inter...@suse.de> + +- remove jshell as default command + +------------------------------------------------------------------- +Wed Jan 1 14:13:48 UTC 2025 - SUSE Update Bot <bci-inter...@suse.de> + +- update copyright year + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.sisbDL/_old 2025-01-02 19:20:55.715232871 +0100 +++ /var/tmp/diff_new_pack.sisbDL/_new 2025-01-02 19:20:55.719233035 +0100 @@ -1,6 +1,6 @@ # SPDX-License-Identifier: MIT -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -48,6 +48,5 @@ 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" ] ++++++ README.md ++++++ --- /var/tmp/diff_new_pack.sisbDL/_old 2025-01-02 19:20:55.743234022 +0100 +++ /var/tmp/diff_new_pack.sisbDL/_new 2025-01-02 19:20:55.747234187 +0100 @@ -10,13 +10,6 @@ ## 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