Skip to content

Commit

Permalink
chore: update graalvm jdk 11 image to Graalvm for JDK 17 community im…
Browse files Browse the repository at this point in the history
…age (#854)

* chore: update graal-11 image to Graalvm for JDK 17 community image.
  • Loading branch information
mpeddada1 authored Jul 8, 2024
1 parent 2431f35 commit 3cc8864
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .cloudbuild/graalvm-a.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM ghcr.io/graalvm/graalvm-ce:ol7-java11-22.3.3-b1

FROM ghcr.io/graalvm/graalvm-community:17.0.9-ol7
RUN gu install native-image && \
yum update -y && \
yum install -y wget unzip git && \
Expand Down
2 changes: 1 addition & 1 deletion .cloudbuild/graalvm-a.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ commandTests:
- name: "version"
command: ["java", "-version"]
# java -version outputs to stderr...
expectedError: ["openjdk version \"11.0.20\"", "GraalVM CE 22.3.3"]
expectedError: ["openjdk version \"17.0.9\"", "GraalVM CE 17.0.9"]
- name: "maven"
command: ["mvn", "-version"]
expectedOutput: ["Apache Maven 3.9.4"]
Expand Down

0 comments on commit 3cc8864

Please sign in to comment.