Skip to content

Commit

Permalink
Test build for #2109
Browse files Browse the repository at this point in the history
  • Loading branch information
SUSE Update Bot committed Dec 20, 2024
1 parent 493e767 commit 7ce1025
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion openjdk-21-devel-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,4 @@ ENV JAVA_HOME="/usr/lib64/jvm/java-21-openjdk-21"
ENV JAVA_ROOT="/usr/lib64/jvm/java-21-openjdk-21"
ENV JAVA_VERSION="21"

CMD ["/usr/bin/jshell"]
RUN set -euo pipefail; [ -d $JAVA_HOME ]; [ -d $JAVA_BINDIR ]; [ -f "$JAVA_BINDIR/java" ] && [ -x "$JAVA_BINDIR/java" ]
7 changes: 0 additions & 7 deletions openjdk-21-devel-image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,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.suse.com/bci/openjdk-devel:21
jshell> /help
```

To compile and deploy an application, copy the sources and build the binary:

```Dockerfile
Expand Down

0 comments on commit 7ce1025

Please sign in to comment.