Skip to content

Commit

Permalink
[RTD-2570] test with other graalvm image
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaconsalvi committed Jun 11, 2024
1 parent fb9aeb8 commit afbe417
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.native
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/graalvm/graalvm-community:22.0.1-ol9-20240416@sha256:7b0dd1a25343b9b6ad23a913bf3181225f81b875378dbf163c9a646441a8f2c2 AS builder
FROM ghcr.io/graalvm/graalvm-community:21.0.2-ol9-20240116@sha256:6e46c711c90bdbc24e23ccdb6e3fba837d660e68dd4ffeb87abbd3d08e115653 AS builder

WORKDIR /build
COPY . .
Expand Down
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,6 @@
<buildArgs>
<arg>--initialize-at-build-time=org.slf4j.LoggerFactory,ch.qos.logback</arg>
<arg>--initialize-at-build-time=com.azure.core.util.logging.ClientLogger</arg>
<arg>--initialize-at-build-time=com.fasterxml.jackson.core.Base64Variant</arg>
<arg>--initialize-at-build-time=org.slf4j.helpers.SubstituteServiceProvider</arg>
<arg>--initialize-at-build-time=org.slf4j.helpers.NOP_FallbackServiceProvider</arg>
<arg>--initialize-at-build-time=io.opentelemetry.instrumentation.api.internal.cache.MapBackedCache</arg>
<arg>--initialize-at-build-time=io.opentelemetry.api.internal.InternalAttributeKeyImpl</arg>
<arg>--initialize-at-build-time=io.opentelemetry.instrumentation.api.internal.cache.MapBackedCache</arg>
<arg>--initialize-at-build-time=io.opentelemetry.api.internal.InternalAttributeKeyImpl</arg>
</buildArgs>
</configuration>
<executions>
Expand Down

0 comments on commit afbe417

Please sign in to comment.