Skip to content

Commit

Permalink
Add Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vastin committed Jun 27, 2024
1 parent 0135c58 commit 10ba9e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.linux
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM busybox

COPY OpenTelemetryDistribution /autoinstrumentation
5 changes: 5 additions & 0 deletions Dockerfile.windows
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM mcr.microsoft.com/windows/nanoserver:ltsc2022

COPY OpenTelemetryDistribution /autoinstrumentation

USER ContainerAdministrator

0 comments on commit 10ba9e3

Please sign in to comment.