Skip to content
Snippets Groups Projects
Commit 9e9dd1d3 authored by OZGCloud's avatar OZGCloud
Browse files

try to use graalVM as base image

parent f99e2223
Branches
Tags
No related merge requests found
FROM openjdk:17-alpine #FROM openjdk:17-alpine
FROM ghcr.io/graalvm/jdk:java17
RUN apk update RUN wget https://download.docker.com/linux/centos/8/x86_64/stable/Packages/docker-ce-20.10.17-3.el8.x86_64.rpm
RUN apk add podman
RUN rpm -i docker-ce-20.10.17-3.el8.x86_64.rpm
RUN docker pull quarkus/ubi-quarkus-native-image
CMD ["jshell"] CMD ["jshell"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment