Accepting request 1234376 from devel:BCI:Tumbleweed
🤖: sync package with devel:BCI:Tumbleweed from OBS OBS-URL: https://build.opensuse.org/request/show/1234376 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openjdk-11-devel-image?expand=0&rev=29
This commit is contained in:
commit
40daf7e9da
@ -1,6 +1,6 @@
|
|||||||
# SPDX-License-Identifier: MIT
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -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_ROOT="/usr/lib64/jvm/java-11-openjdk-11"
|
||||||
ENV JAVA_VERSION="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" ]
|
RUN set -euo pipefail; [ -d $JAVA_HOME ]; [ -d $JAVA_BINDIR ]; [ -f "$JAVA_BINDIR/java" ] && [ -x "$JAVA_BINDIR/java" ]
|
||||||
|
@ -10,13 +10,6 @@ The OpenJDK development image is intended to be used as a build environment. For
|
|||||||
|
|
||||||
## Usage
|
## 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:
|
To compile and deploy an application, copy the sources and build the binary:
|
||||||
|
|
||||||
```Dockerfile
|
```Dockerfile
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 1 14:29:37 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
|
||||||
|
|
||||||
|
- remove jshell as default command
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 1 14:13:48 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
|
||||||
|
|
||||||
|
- update copyright year
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 3 13:26:37 UTC 2024 - SUSE Update Bot <bci-internal@suse.de>
|
Tue Dec 3 13:26:37 UTC 2024 - SUSE Update Bot <bci-internal@suse.de>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user