File tree 2 files changed +2
-14
lines changed 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 3
3
# Copyright (c) 2021, 2022 Oracle and/or its affiliates. All rights reserved.
4
4
#
5
5
6
- # FROM ghcr.io/graalvm/graalvm-ce:latest
7
6
FROM container-registry.oracle.com/os/oraclelinux:7-slim
8
7
9
8
RUN yum update -y oraclelinux-release-el7 \
@@ -29,7 +28,3 @@ RUN git clone https://github.com/pyenv/pyenv.git ${PYENV_ROOT} \
29
28
&& mx --java-home= fetch-jdk --jdk-id labsjdk-ce-11 --to jdk-dl --alias ${JAVA_HOME}
30
29
31
30
CMD mx --version
32
-
33
- # Test
34
- # /bin/docker build -f /data/graal/.devcontainer/Dockerfile -t vsc-graal-9e1c7cad5a1f4ab3e7dc161be944ff9b /data/graal/.devcontainer
35
- # docker run --rm -it -v $(pwd):/workspace/graal vsc-graal-9e1c7cad5a1f4ab3e7dc161be944ff9b /bin/bash
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " GraalVM dev environment" ,
2
+ "name" : " GraalVM CE dev environment" ,
3
3
"dockerFile" : " Dockerfile" ,
4
4
5
- // Set *default* container specific settings.json values on container create.
6
- "settings" : {
7
- "terminal.integrated.shell.linux" : " /bin/bash"
8
- },
9
-
10
- // Add the IDs of extensions you want installed when the container is created.
11
5
"extensions" : [
12
- " vscjava.vscode-java-pack" ,
13
- " bungcip.better-toml"
6
+ " vscjava.vscode-java-pack"
14
7
]
15
8
}
You can’t perform that action at this time.
0 commit comments