Skip to content

Commit 3cc8864

Browse files
authored
chore: update graalvm jdk 11 image to Graalvm for JDK 17 community image (#854)
* chore: update graal-11 image to Graalvm for JDK 17 community image.
1 parent 2431f35 commit 3cc8864

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.cloudbuild/graalvm-a.Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM ghcr.io/graalvm/graalvm-ce:ol7-java11-22.3.3-b1
16-
15+
FROM ghcr.io/graalvm/graalvm-community:17.0.9-ol7
1716
RUN gu install native-image && \
1817
yum update -y && \
1918
yum install -y wget unzip git && \

.cloudbuild/graalvm-a.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ commandTests:
1717
- name: "version"
1818
command: ["java", "-version"]
1919
# java -version outputs to stderr...
20-
expectedError: ["openjdk version \"11.0.20\"", "GraalVM CE 22.3.3"]
20+
expectedError: ["openjdk version \"17.0.9\"", "GraalVM CE 17.0.9"]
2121
- name: "maven"
2222
command: ["mvn", "-version"]
2323
expectedOutput: ["Apache Maven 3.9.4"]

0 commit comments

Comments
 (0)