We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cda4b2 commit e984924Copy full SHA for e984924
Dockerfile.native
@@ -17,7 +17,7 @@ WORKDIR /build
17
COPY . .
18
RUN ./mvnw -B -ntp clean package -DskipTests -Pnative
19
20
-FROM ubuntu:jammy
+FROM cgr.dev/chainguard/graalvm-native-image-base
21
COPY --from=build /build/distribution/native/target/hawkeye-native /bin/
22
WORKDIR /github/workspace/
23
ENTRYPOINT ["/bin/hawkeye-native"]
0 commit comments