You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,18 @@ Base image: [quay.io/opendatahub-contrib/workbench-images:vscode-datascience-c9s
22
22
| java-17-openjdk-devel | We provide the full Java 17 OpenJDK SDK to run and compile Java applications cloned from git in the terminal and Java inline Jupyter Notebooks. |
23
23
| maven | Maven is provided for compiling, installing, and deploying Java packages to Maven Central. |
24
24
25
+
### Build the container with podman
26
+
27
+
```bash
28
+
podman build -t nerc-images/vscode-java:latest .
29
+
```
30
+
31
+
### Run the container with podman
32
+
33
+
```bash
34
+
podman run --rm -it --entrypoint /bin/bash nerc-images/vscode-java:latest
35
+
```
36
+
25
37
You can pull the latest [vscode-java container image](https://github.com/nerc-images/vscode-java/pkgs/container/vscode-java) below:
0 commit comments