Skip to content

Conversation

tisonkun
Copy link
Member

@tisonkun tisonkun commented Dec 15, 2023

Related to oracle/graal#5872

Signed-off-by: tison <wander4096@gmail.com>
Signed-off-by: tison <wander4096@gmail.com>
Signed-off-by: tison <wander4096@gmail.com>
Signed-off-by: tison <wander4096@gmail.com>
Signed-off-by: tison <wander4096@gmail.com>
Signed-off-by: tison <wander4096@gmail.com>
@tisonkun tisonkun enabled auto-merge (squash) December 15, 2023 07:25
@tisonkun tisonkun merged commit e0f25ef into korandoru:main Dec 15, 2023
@tisonkun tisonkun deleted the try-alpine branch December 15, 2023 07:31
@ice1000
Copy link

ice1000 commented Dec 16, 2023

Tison kun saiko

@@ -46,13 +46,13 @@ To check license headers in GitHub Actions, add a step in your GitHub workflow:

### Docker

[Native Image](https://www.graalvm.org/22.3/reference-manual/native-image/) powered image (28MB):
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It grew to 90MB due to chainguard-images/images#1952.

See #102 (comment).

@@ -16,11 +16,12 @@ FROM ghcr.io/graalvm/native-image:ol9-java17-22.3.0 as build
ENV LANG C.utf8
WORKDIR /build
COPY . .
RUN ./mvnw -B -ntp clean package -DskipTests -Pnative
RUN ./mvnw -B -ntp clean package -DskipTests -Pnative \
-Dnative-image.buildArgs='-H:+StaticExecutableWithDynamicLibC'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't significant but why not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants