Skip to content

Commit

Permalink
Change odiglet base image to distroless (#2400)
Browse files Browse the repository at this point in the history
Co-authored-by: Ron Federman <[email protected]>
  • Loading branch information
edeNFed and RonFed authored Feb 9, 2025
1 parent 09fceb4 commit 8547db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odiglet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ COPY --from=nodejs-agent-native-community-builder /repos/odigos/agents/nodejs-na
# .NET
COPY --from=dotnet-builder /dotnet-instrumentation /instrumentations/dotnet

FROM registry.fedoraproject.org/fedora-minimal:38
FROM gcr.io/distroless/base:latest
COPY --from=builder /go/src/github.com/odigos-io/odigos/odiglet/odiglet /root/odiglet
WORKDIR /instrumentations/
COPY --from=builder /instrumentations/ .
Expand Down

0 comments on commit 8547db0

Please sign in to comment.